Selling Partner API SDK for JavaScript
    Preparing search index...

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

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

    Properties

    PostedDate?: string

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

    ReasonCode?: string

    Indicates why the seller was reimbursed.

    ReimbursedAmount?: Currency
    SAFETClaimId?: string

    A SAFE-T claim identifier.

    SAFETReimbursementItemList?: SAFETReimbursementItem[]

    A list of SAFETReimbursementItems.