PaymentApplicationUpdateInput
Autogenerated input type of PaymentApplicationUpdateInput Type
Fields
| Field | Type | Description |
|---|---|---|
| amountApplied | Float | Amount applied to the document |
| applicationDate | ISO8601DateTime | Date of the application |
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| documentId | ModelId | ID of the document being paid |
| documentType | String | Type of document (e.g., ‘Accounting::AccountsPayable’, ‘Accounting::AccountsReceivable’) |
| id required | ModelId! | ID of the payment application to update |
| interestAmount | Float | Interest amount included in the payment |
| paymentId | ModelId | ID of the payment (Banking::Transaction) |
| penalty | Float | Penalty amount included in the payment |
