The type and amount of a charge applied on a package.

ChargeComponent

interface ChargeComponent {
    amount?: Currency;
    chargeType?: ChargeComponentChargeTypeEnum;
}

Properties

Properties

amount?: Currency

ChargeComponent

The type of charge.

ChargeComponent