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.
  • credit_card_id: Int64Bit!
  • # The amount of the payment, in the smallest currency value.
  • amount: Int!
  • # A description of the payment, used for internal reference.
  • description: String
  • # Apply this payment to any open invoices.
  • apply_to_open_invoices: Boolean!
  • # The unique tracking ID for this payment.
  • payment_tracker_id: String
  • # Email payment receipt to account holder
  • email_payment_receipt: Boolean
  • }

link Require by