{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/VatDetail",
"title": "VatDetail",
"type": "object",
"properties": {
"issuingCountry": {
"type": "string",
"description": "The two-letter ISO 3166 standard of the country issuing the seller's VAT (value added tax) ID. VAT is a tax added by some European countries. For implementation help, refer to eBay API documentation"
},
"vatId": {
"type": "string",
"description": "The seller's VAT (value added tax) ID. VAT is a tax added by some European countries."
}
},
"description": "The type the defines the fields for the VAT (value add tax) information."
}