Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface TaxWithholdingEvent

    A tax withholding event on a seller's account.

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

    A date in ISO 8601 date-time format.

    TaxWithholdingPeriod?: TaxWithholdingPeriod
    WithheldAmount?: Currency