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

    Details about the movement of money in the financial transaction. Breakdowns are further categorized into breakdown types, breakdown amounts, and further breakdowns.

    interface Breakdown {
        breakdownAmount?: Currency;
        breakdowns?: Breakdown[];
        breakdownType?: string;
    }
    Index

    Properties

    breakdownAmount?: Currency
    breakdowns?: Breakdown[]

    A list of breakdowns that detail how the total amount is calculated for the transaction.

    breakdownType?: string

    The type of charge.