INPUT_OBJECT
InvoicePaymentInput
Create a payment against an invoice.
link GraphQL Schema definition
- input InvoicePaymentInput {
- : Int!
- : CurrencyAmountInput!
- # date and time when the payment was made
- : DateTime!
- }
INPUT_OBJECT
Create a payment against an invoice.
- input InvoicePaymentInput {
- : Int!
- : CurrencyAmountInput!
- # date and time when the payment was made
- : DateTime!
- }