OBJECT

Adjustment

Represents a commercial invoice adjustment.

link GraphQL Schema definition

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