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 :
- }