A SAFE-T claim reimbursement on the seller's account.

SAFETReimbursementEvent

interface SAFETReimbursementEvent {
    PostedDate?: string;
    ReasonCode?: string;
    ReimbursedAmount?: Currency;
    SAFETClaimId?: string;
    SAFETReimbursementItemList?: SAFETReimbursementItem[];
}

Properties

PostedDate?: string

Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).

SAFETReimbursementEvent

ReasonCode?: string

Indicates why the seller was reimbursed.

SAFETReimbursementEvent

ReimbursedAmount?: Currency

SAFETReimbursementEvent

SAFETClaimId?: string

A SAFE-T claim identifier.

SAFETReimbursementEvent

SAFETReimbursementItemList?: SAFETReimbursementItem[]

A list of SAFETReimbursementItems.

SAFETReimbursementEvent