Breakdown provides details regarding the money movement under the financial transaction. Breakdowns get categorized further into breakdown types, breakdown amounts, and further breakdowns into a hierarchical structure.

Breakdown

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

Properties

breakdownAmount?: Currency

Breakdown

breakdowns?: Breakdown[]

List of breakdowns which will provide the details on how the total amount is calculated for the financial transaction.

Breakdown

breakdownType?: string

The type of charge.

Breakdown

MMNEPVFCICPMFPCPTTAAATR