Interface FinancesApiModelV20240619ItemRelatedIdentifier

Related business identifiers of the item.

ItemRelatedIdentifier

interface FinancesApiModelV20240619ItemRelatedIdentifier {
    itemRelatedIdentifierName?:
        | FinancesApiModelV20240619ItemRelatedIdentifierItemRelatedIdentifierNameEnum
        | "ORDER_ADJUSTMENT_ITEM_ID"
        | "COUPON_ID"
        | "REMOVAL_SHIPMENT_ITEM_ID"
        | "TRANSACTION_ID";
    itemRelatedIdentifierValue?: string;
}

Properties

itemRelatedIdentifierName?:
    | FinancesApiModelV20240619ItemRelatedIdentifierItemRelatedIdentifierNameEnum
    | "ORDER_ADJUSTMENT_ITEM_ID"
    | "COUPON_ID"
    | "REMOVAL_SHIPMENT_ITEM_ID"
    | "TRANSACTION_ID"

Enumerated set of related item identifier names for the item.

ItemRelatedIdentifier

itemRelatedIdentifierValue?: string

Corresponding value to ItemRelatedIdentifierName.

ItemRelatedIdentifier

MMNEPVFCICPMFPCPTTAAATR