OBJECT
Adjustment
Represents a commercial invoice adjustment.
link GraphQL Schema definition
- type Adjustment {
- # The type of invoice adjustment
- : AddSubtract
- # The amount of the adjustment
- : Money
- # The reason for the adjustment
- : String
- }
OBJECT
Represents a commercial invoice adjustment.
- type Adjustment {
- # The type of invoice adjustment
- : AddSubtract
- # The amount of the adjustment
- : Money
- # The reason for the adjustment
- : String
- }