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