An event related to the seller's Pay with Amazon account.

Export

PayWithAmazonEvent

interface PayWithAmazonEvent {
    AmountDescription?: string;
    BusinessObjectType?: string;
    Charge?: ChargeComponent;
    FeeList?: FeeComponent[];
    FulfillmentChannel?: string;
    PaymentAmountType?: string;
    SalesChannel?: string;
    SellerOrderId?: string;
    StoreName?: string;
    TransactionPostedDate?: string;
}

Properties

AmountDescription?: string

A short description of this payment event.

Memberof

PayWithAmazonEvent

BusinessObjectType?: string

The type of business object.

Memberof

PayWithAmazonEvent

Memberof

PayWithAmazonEvent

FeeList?: FeeComponent[]

A list of fee component information.

Memberof

PayWithAmazonEvent

FulfillmentChannel?: string

The fulfillment channel. Possible values: * AFN - Amazon Fulfillment Network (Fulfillment by Amazon) * MFN - Merchant Fulfillment Network (self-fulfilled)

Memberof

PayWithAmazonEvent

PaymentAmountType?: string

The type of payment. Possible values: * Sales

Memberof

PayWithAmazonEvent

SalesChannel?: string

The sales channel for the transaction.

Memberof

PayWithAmazonEvent

SellerOrderId?: string

An order identifier that is specified by the seller.

Memberof

PayWithAmazonEvent

StoreName?: string

The store name where the event occurred.

Memberof

PayWithAmazonEvent

TransactionPostedDate?: string

Memberof

PayWithAmazonEvent