SalesTaxSpecification
A tax imposed on retail items, usually as a percentage of the retail cost. In the US this is known as Sales Tax, VAT in the UK, and GST in India.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
salesTaxRegistration |
An Identification and contact information of a party purchasing goods or services as registered with a Purchase Tax. |
array |
false |
SalesTaxRegistration |
--- |
false |
salesTaxSpecificationName |
The name of the tax specification (e.g. India GST). |
string |
true |
|
|
false |
{
"salesTaxRegistration" : [ {
"cityName" : "string",
"country" : { },
"countryCode" : { },
"countryDialingCode" : { },
"countrySubDivisionName" : "string",
"emailAddressText" : "string",
"gstTaxInfoText" : "string",
"org" : { },
"orgName" : "string",
"phoneNumber" : "number",
"postalCode" : "string",
"salesTaxRegistrationIdentifier" : "string",
"salesTaxSpecification" : { },
"streetText" : "string",
"tax" : { }
} ],
"salesTaxSpecificationName" : "string"
}