INPUT_OBJECT

ApplyCreditToInvoiceMutationInput

The input object that defines the fields for the applyCreditToInvoice mutation.

link GraphQL Schema definition

  • input ApplyCreditToInvoiceMutationInput {
  • # The amount to credit on the invoice.
  • amount: Int
  • }

link Require by