Additional information about the items in a transaction.

Item

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

Properties

breakdowns?: Breakdown[]

A list of breakdowns that provide details on how the total amount is calculated for the transaction.

Item

contexts?: Context[]

A list of additional information about the item.

Item

description?: string

A description of the items in a transaction.

Item

relatedIdentifiers?: ItemRelatedIdentifier[]

Related business identifiers of the item in the transaction.

Item

totalAmount?: Currency

Item