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

    A TaxWithholding event on seller's account.

    interface TaxWithholdingEvent {
        BaseAmount?: Currency;
        PostedDate?: string;
        TaxWithholdingPeriod?: TaxWithholdingPeriod;
        WithheldAmount?: Currency;
    }
    Index

    Properties

    BaseAmount?: Currency
    PostedDate?: string

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

    TaxWithholdingPeriod?: TaxWithholdingPeriod
    WithheldAmount?: Currency