Selling Partner API SDK for JavaScript
Preparing search index...
@sp-api-sdk/shipping-api-v2
ChargeComponent
Interface ChargeComponent
The type and amount of a charge applied on a package.
interface
ChargeComponent
{
amount
?:
Currency
;
chargeType
?:
ChargeComponentChargeTypeEnum
;
}
Index
Properties
amount?
charge
Type?
Properties
Optional
amount
amount
?:
Currency
Optional
charge
Type
chargeType
?:
ChargeComponentChargeTypeEnum
The type of charge.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
charge
Type
Selling Partner API SDK for JavaScript
Loading...
The type and amount of a charge applied on a package.