Additional information related to Amazon Pay.

AmazonPayContext

interface AmazonPayContext {
    channel?: string;
    orderType?: string;
    storeName?: string;
}

Properties

channel?: string

Channel details of related transaction.

AmazonPayContext

orderType?: string

The transaction's order type.

AmazonPayContext

storeName?: string

The name of the store that is related to the transaction.

AmazonPayContext