INPUT_OBJECT
CreateCorePaymentMutationInput
The input object that defines the fields for the createCorePayment mutation.
link GraphQL Schema definition
- input CreateCorePaymentMutationInput {
- # The ID of a CreditCard.
- : 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
- }