A fee associated with the event.

FeeComponent

interface FeeComponent {
    FeeAmount?: Currency;
    FeeType?: string;
}

Properties

Properties

FeeAmount?: Currency

FeeComponent

FeeType?: string

The type of fee. For more information about Selling on Amazon fees, see Selling on Amazon Fee Schedule on Seller Central. For more information about Fulfillment by Amazon fees, see FBA features, services and fees on Seller Central.

FeeComponent