Selling Partner API SDK for JavaScript
    Preparing search index...

    The composition of the charge.

    interface ChargeBreakup {
        baseAmount: Amount;
        discountAmount: Amount;
        netAmount: Amount;
    }
    Index

    Properties

    baseAmount: Amount
    discountAmount: Amount
    netAmount: Amount