INPUT_OBJECT

AdjustmentInput

Represents a commercial invoice adjustment.

link GraphQL Schema definition

  • input AdjustmentInput {
  • # The type of invoice adjustment
  • type: AddSubtract!
  • # The amount of the adjustment
  • value: Money!
  • # The reason for the adjustment
  • description: String!
  • }