INPUT_OBJECT
InvoiceAmendmentCreateMutationInput
Autogenerated input type of InvoiceAmendmentCreateMutation
link GraphQL Schema definition
- input InvoiceAmendmentCreateMutationInput {
- # A unique identifier for the client performing the mutation.
- String :
- # ID of the invoice to amend.
- ID! :
- # Amount to adjust remittance. Negative values are a refund. Denominated in cents.
- Int! :
- # Invoice amendment line items to create.
- InvoiceAmendmentLineItemInput!]! : [
- }