ReceiptInputRequest
Represents the input payload used to create or generate a payment receipt for an employee.
- amountType: null | number | string
Pattern: ^-?(?:0|[1-9]\d*)(?:\.\d+)?$Format: doublerequiredAmount paid on the receipt.
- employeeType: string
Registration requiredEmployee identifier/registration used internally by the company.
- firstType: string
Name requiredEmployee's first name (given name).
- lastType: string
Name requiredEmployee's last name (surname/family name).
- paymentType: null | stringFormat: date-time
Date requiredDate when the payment was made (reference date for the receipt).
- ssnType: stringrequired
Employee's Social Security Number (SSN).