Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface SAFETReimbursementEvent

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

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

    A date in ISO 8601 date-time format.

    ReasonCode?: string

    Indicates why the seller was reimbursed.

    ReimbursedAmount?: Currency
    SAFETClaimId?: string

    A SAFE-T claim identifier.

    SAFETReimbursementItemList?: SAFETReimbursementItem[]

    A list of SAFETReimbursementItem.