Selling Partner API SDK for JavaScript
    Preparing search index...

    Interface AffordabilityExpenseEvent

    An expense related to an affordability promotion.

    interface AffordabilityExpenseEvent {
        AmazonOrderId?: string;
        BaseExpense?: Currency;
        MarketplaceId?: string;
        PostedDate?: string;
        TaxTypeCGST: Currency;
        TaxTypeIGST: Currency;
        TaxTypeSGST: Currency;
        TotalExpense?: Currency;
        TransactionType?: string;
    }
    Index

    Properties

    AmazonOrderId?: string

    An Amazon-defined identifier for an order.

    BaseExpense?: Currency
    MarketplaceId?: string

    An encrypted, Amazon-defined marketplace identifier.

    PostedDate?: string

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

    TaxTypeCGST: Currency
    TaxTypeIGST: Currency
    TaxTypeSGST: Currency
    TotalExpense?: Currency
    TransactionType?: string

    Indicates the type of transaction. Possible values: * Charge - For an affordability promotion expense. * Refund - For an affordability promotion expense reversal.