Period which taxwithholding on seller's account is calculated.

TaxWithholdingPeriod

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

Properties

Properties

EndDate?: string

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

TaxWithholdingPeriod

StartDate?: string

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

TaxWithholdingPeriod