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

    An event linked to the payment of a fee related to the specified deal.

    interface SellerDealPaymentEvent {
        dealDescription?: string;
        dealId?: string;
        eventType?: string;
        feeAmount?: Currency;
        feeType?: string;
        postedDate?: string;
        taxAmount?: Currency;
        totalAmount?: Currency;
    }
    Index

    Properties

    dealDescription?: string

    The internal description of the deal.

    dealId?: string

    The unique identifier of the deal.

    eventType?: string

    The type of event: SellerDealComplete.

    feeAmount?: Currency
    feeType?: string

    The type of fee: RunLightningDealFee.

    postedDate?: string

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

    taxAmount?: Currency
    totalAmount?: Currency