Interface FinancesApiModelProductAdsPaymentEvent

A Sponsored Products payment event.

ProductAdsPaymentEvent

interface FinancesApiModelProductAdsPaymentEvent {
    baseValue?: FinancesApiModelCurrency;
    invoiceId?: string;
    postedDate?: string;
    taxValue?: FinancesApiModelCurrency;
    transactionType?: string;
    transactionValue?: FinancesApiModelCurrency;
}

Properties

ProductAdsPaymentEvent

invoiceId?: string

Identifier for the invoice that the transaction appears in.

ProductAdsPaymentEvent

postedDate?: string

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

ProductAdsPaymentEvent

ProductAdsPaymentEvent

transactionType?: string

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

ProductAdsPaymentEvent

transactionValue?: FinancesApiModelCurrency

ProductAdsPaymentEvent

MMNEPVFCICPMFPCPTTAAATR