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

    Interface SellerReviewEnrollmentPaymentEvent

    A fee payment event for the Early Reviewer Program.

    interface SellerReviewEnrollmentPaymentEvent {
        ChargeComponent?: ChargeComponent;
        EnrollmentId?: string;
        FeeComponent?: FeeComponent;
        ParentASIN?: string;
        PostedDate?: string;
        TotalAmount?: Currency;
    }
    Index

    Properties

    ChargeComponent?: ChargeComponent
    EnrollmentId?: string

    An enrollment identifier.

    FeeComponent?: FeeComponent
    ParentASIN?: string

    The Amazon Standard Identification Number (ASIN) of the item that was enrolled in the Early Reviewer Program.

    PostedDate?: string

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

    TotalAmount?: Currency