object

PriceAdjustmentCharge

Details about price adjustment charges applied to orders.
Fields
code
String
Code defined for charge. For example, `code` can be set to 'sample_code'.
name
String
Display name for charge (charge is unique by the name). For example, `name` can be set to 'Sample Name'.
type
String
Type defined for charge. For example, `type` can be set to 'shipping'.
Charges amount. For example, `amount` can be set to a ChargeAmount object.
distribution_logic
ChargeDistributionLogic
Contains distribution logic for price adjustment. For example, `distribution_logic` can be set to a ChargeDistributionLogic object.