Additional information about the items in Transaction.

Item

interface Item {
    breakdowns?: Breakdown[];
    contexts?: Context[];
    description?: string;
    relatedIdentifiers?: ItemRelatedIdentifier[];
    totalAmount?: Currency;
}

Properties

breakdowns?: Breakdown[]

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

Item

contexts?: Context[]

List of additional Information about the item.

Item

description?: string

Description of items in the transaction

Item

relatedIdentifiers?: ItemRelatedIdentifier[]

Related Business identifiers of the item in Transaction.

Item

totalAmount?: Currency

Item

MMNEPVFCICPMFPCPTTAAATR