ReceiptInputRequest

Represents the input payload used to create or generate a payment receipt for an employee.

  • amount
    Type: null | number | string Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: double
    required

    Amount paid on the receipt.

  • employeeRegistration
    Type: string
    required

    Employee identifier/registration used internally by the company.

  • firstName
    Type: string
    required

    Employee's first name (given name).

  • lastName
    Type: string
    required

    Employee's last name (surname/family name).

  • paymentDate
    Type: null | stringFormat: date-time
    required

    Date when the payment was made (reference date for the receipt).

  • ssn
    Type: string
    required

    Employee's Social Security Number (SSN).