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

    Period which taxwithholding on seller's account is calculated.

    interface TaxWithholdingPeriod {
        EndDate?: string;
        StartDate?: string;
    }
    Index

    Properties

    Properties

    EndDate?: string

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

    StartDate?: string

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