A credit given to a solution provider.

Export

SolutionProviderCreditEvent

interface SolutionProviderCreditEvent {
    MarketplaceCountryCode?: string;
    MarketplaceId?: string;
    ProviderId?: string;
    ProviderStoreName?: string;
    ProviderTransactionType?: string;
    SellerId?: string;
    SellerOrderId?: string;
    SellerStoreName?: string;
    TransactionAmount?: Currency;
    TransactionCreationDate?: string;
}

Properties

MarketplaceCountryCode?: string

The two-letter country code of the country associated with the marketplace where the order was placed.

Memberof

SolutionProviderCreditEvent

MarketplaceId?: string

The identifier of the marketplace where the order was placed.

Memberof

SolutionProviderCreditEvent

ProviderId?: string

The Amazon-defined identifier of the solution provider.

Memberof

SolutionProviderCreditEvent

ProviderStoreName?: string

The store name where the payment event occurred.

Memberof

SolutionProviderCreditEvent

ProviderTransactionType?: string

The transaction type.

Memberof

SolutionProviderCreditEvent

SellerId?: string

The Amazon-defined identifier of the seller.

Memberof

SolutionProviderCreditEvent

SellerOrderId?: string

A seller-defined identifier for an order.

Memberof

SolutionProviderCreditEvent

SellerStoreName?: string

The store name where the payment event occurred.

Memberof

SolutionProviderCreditEvent

TransactionAmount?: Currency

Memberof

SolutionProviderCreditEvent

TransactionCreationDate?: string

Memberof

SolutionProviderCreditEvent