An item from a SAFE-T claim reimbursement.

Export

SAFETReimbursementItem

interface SAFETReimbursementItem {
    itemChargeList?: ChargeComponent[];
    productDescription?: string;
    quantity?: string;
}

Properties

itemChargeList?: ChargeComponent[]

A list of charge information on the seller's account.

Memberof

SAFETReimbursementItem

productDescription?: string

The description of the item as shown on the product detail page on the retail website.

Memberof

SAFETReimbursementItem

quantity?: string

The number of units of the item being reimbursed.

Memberof

SAFETReimbursementItem