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