Interface FinancesApiModelSAFETReimbursementEvent

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

SAFETReimbursementEvent

interface FinancesApiModelSAFETReimbursementEvent {
    PostedDate?: string;
    ReasonCode?: string;
    ReimbursedAmount?: FinancesApiModelCurrency;
    SAFETClaimId?: string;
    SAFETReimbursementItemList?: FinancesApiModelSAFETReimbursementItem[];
}

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?: FinancesApiModelCurrency

SAFETReimbursementEvent

SAFETClaimId?: string

A SAFE-T claim identifier.

SAFETReimbursementEvent

SAFETReimbursementItemList?: FinancesApiModelSAFETReimbursementItem[]

A list of SAFETReimbursementItems.

SAFETReimbursementEvent

MMNEPVFCICPMFPCPTTAAATR