A Sponsored Products payment event.

Export

ProductAdsPaymentEvent

interface ProductAdsPaymentEvent {
    baseValue?: Currency;
    invoiceId?: string;
    postedDate?: string;
    taxValue?: Currency;
    transactionType?: string;
    transactionValue?: Currency;
}

Properties

baseValue?: Currency

Memberof

ProductAdsPaymentEvent

invoiceId?: string

Identifier for the invoice that the transaction appears in.

Memberof

ProductAdsPaymentEvent

postedDate?: string

Memberof

ProductAdsPaymentEvent

taxValue?: Currency

Memberof

ProductAdsPaymentEvent

transactionType?: string

Indicates if the transaction is for a charge or a refund. Possible values: * charge - Charge * refund - Refund

Memberof

ProductAdsPaymentEvent

transactionValue?: Currency

Memberof

ProductAdsPaymentEvent