INPUT_OBJECT
CreatePaymentMutationInput
The input object that defines the fields for the createPayment mutation.
link GraphQL Schema definition
- input CreatePaymentMutationInput {
- # The ID of an Account.
- Int64Bit! :
- # The amount of the payment, in the smallest currency value.
- Int! :
- # A `Payment` type made without a payment method.
- NonPaymentMethodPaymentType! :
- # A payment reference like a check number, or wire transfer confirmation number.
- String :
- # A description of the payment, used for internal reference.
- String :
- # The date and time the payment was made.
- Datetime :
- # Apply this payment to any open invoices.
- Boolean :
- # A list of applicable `Invoice` IDs.
- Int64Bit!] : [
- # The unique tracking ID for this payment.
- String :
- # The transaction ID from the credit card provider.
- String :
- # Email payment receipt to account holder
- Boolean :
- }