OBJECT
InvoiceAmendment
Amendments to an invoice.
link GraphQL Schema definition
- type InvoiceAmendment implements Node {
- # The total value of the commission within this amendment. Denominated in cents.
- Int @deprecated( reason: "Prices can be larger than is representable by a graphql integer. Use the string version instead. This field will be removed no earlier than July 1st, 2025.
" ) :
- # The total value of the commission within this amendment. In string with currency
- # symbol.
- #
- # Arguments
- # currency: Currency in which to display money fields. Defaults
- # to the currency of the marketplace's home country.
- String): String ( :
- # Returns the commission tax rate as specified in the Finance Settings and if
- # blank, it uses the country's default tax rate.
- Float :
- # The total value of the tax on the commissionAmountTotal. Denominated in cents.
- Int @deprecated( reason: "Prices can be larger than is representable by a graphql integer. Use the string version instead. This field will be removed no earlier than July 1st, 2025.
" ) :
- # The total value of the tax on the commissionAmountTotal. In string with currency
- # symbol.
- #
- # Arguments
- # currency: Currency in which to display money fields. Defaults
- # to the currency of the marketplace's home country.
- String): String ( :
- ISO8601DateTime! :
- Boolean! :
- ID! :
- Invoice! :
- # The id used to identify the invoice amendment.
- Int! :
- # The total value of the item/s within this amendment. Denominated in cents.
- Int @deprecated( reason: "Prices can be larger than is representable by a graphql integer. Use the string version instead. This field will be removed no earlier than July 1st, 2025.
" ) :
- # The total value of the item/s within this amendment. In string with currency
- # symbol.
- #
- # Arguments
- # currency: Currency in which to display money fields. Defaults
- # to the currency of the marketplace's home country.
- String): String ( :
- # The total value of the tax on the lineItemAmountTotal. Denominated in cents.
- Int @deprecated( reason: "Prices can be larger than is representable by a graphql integer. Use the string version instead. This field will be removed no earlier than July 1st, 2025.
" ) :
- # The total value of the tax on the lineItemAmountTotal. In string with currency
- # symbol.
- #
- # Arguments
- # currency: Currency in which to display money fields. Defaults
- # to the currency of the marketplace's home country.
- String): String ( :
- InvoiceAmendmentLineItem!]! : [
- # The order that this invoice amendment is for.
- Order! :
- # The total value of the remittance within this amendment. Denominated in cents.
- Int @deprecated( reason: "Prices can be larger than is representable by a graphql integer. Use the string version instead. This field will be removed no earlier than July 1st, 2025.
" ) :
- # The total value of the remittance within this amendment. In string with currency
- # symbol.
- #
- # Arguments
- # currency: Currency in which to display money fields. Defaults
- # to the currency of the marketplace's home country.
- String): String ( :
- # The remittance adjustment value of the invoice amendment. Denominated in cents.
- Int! @deprecated( reason: "Prices can be larger than is representable by a graphql integer. Use the string version instead. This field will be removed no earlier than July 1st, 2025.
" ) :
- # The remittance adjustment value of the invoice amendment. In string with
- # currency symbol.
- #
- # Arguments
- # currency: Currency in which to display money fields. Defaults
- # to the currency of the marketplace's home country.
- String): String! ( :
- # The total value of the tax on the remittanceAmountTotal. Denominated in cents.
- Int @deprecated( reason: "Prices can be larger than is representable by a graphql integer. Use the string version instead. This field will be removed no earlier than July 1st, 2025.
" ) :
- # The total value of the tax on the remittanceAmountTotal. In string with currency
- # symbol.
- #
- # Arguments
- # currency: Currency in which to display money fields. Defaults
- # to the currency of the marketplace's home country.
- String): String ( :
- # The date the remittance is processed. (This is the date the remittance_advice is
- # created when advanced remittance is enabled)
- ISO8601DateTime :
- # The tax adjustment value of the invoice amendment. Denominated in cents.
- Int! @deprecated( reason: "Prices can be larger than is representable by a graphql integer. Use the string version instead. This field will be removed no earlier than July 1st, 2025.
" ) :
- # The tax adjustment value of the invoice amendment. In string with currency
- # symbol.
- #
- # Arguments
- # currency: Currency in which to display money fields. Defaults
- # to the currency of the marketplace's home country.
- String): String! ( :
- # Tax rate on invoice
- Float :
- # Total adjustment value of the invoice amendment. Denominated in cents.
- Int! @deprecated( reason: "Prices can be larger than is representable by a graphql integer. Use the string version instead. This field will be removed no earlier than July 1st, 2025.
" ) :
- # Total adjustment value of the invoice amendment. In string with currency symbol.
- #
- # Arguments
- # currency: Currency in which to display money fields. Defaults
- # to the currency of the marketplace's home country.
- String): String! ( :
- ISO8601DateTime! :
- }
link Require by
- InvoiceInvoice items associated with an order.
- InvoiceAmendmentCreateMutationPayloadAutogenerated return type of InvoiceAmendmentCreateMutation.
- InvoiceAmendmentsConnectionThe connection type for InvoiceAmendment.
- InvoiceAmendmentsEdgeAn edge in a connection.
- RemittanceRemittance for invoice or invoice amendment