INPUT_OBJECT
CreateBankAccountPaymentMutationInput
The input object that defines the fields for the createBankAccountPayment mutation.
link GraphQL Schema definition
- input CreateBankAccountPaymentMutationInput {
- # The ID of a BankAccount.
- Int64Bit! :
- # The amount of the payment, in the smallest currency value.
- Int! :
- # A description of the payment, used for internal reference.
- String :
- # Apply this payment to any open invoices.
- Boolean! :
- # The unique tracking ID for this payment.
- String :
- # Email payment receipt to account holder
- Boolean :
- }