INPUT_OBJECT

InvoiceAmendmentCreateMutationInput

Autogenerated input type of InvoiceAmendmentCreateMutation

link GraphQL Schema definition

  • input InvoiceAmendmentCreateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the invoice to amend.
  • invoiceId: ID!
  • # Amount to adjust remittance. Negative values are a refund. Denominated in cents.
  • remittanceCents: Int!
  • # Invoice amendment line items to create.
  • lineItems: [InvoiceAmendmentLineItemInput!]!
  • }