Amazon Selling Partner API (SP-API) SDK for TypeScript
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
Amazon Selling Partner API (SP-API) SDK for TypeScript
Loading...
The type and amount of a charge applied on a package.