Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.92 KB

VatLookupResponse.md

File metadata and controls

21 lines (17 loc) · 1.92 KB

VatLookupResponse

Properties

Name Type Description Notes
country_code string Two-letter country code [optional]
vat_number string VAT number [optional]
is_valid bool True if the VAT code is valid, false otherwise [optional]
business_name string Name of the business [optional]
business_address string Business address as a single string [optional]
business_building string For the business address, the name of the building, house or structure if applicable, such as "Cloudmersive Building 2". This will often by null. [optional]
business_street_number string For the business address, the street number or house number of the address. For example, in the address "1600 Pennsylvania Avenue NW" the street number would be "1600". This value will typically be populated for most addresses. [optional]
business_street string For the business address, the name of the street or road of the address. For example, in the address "1600 Pennsylvania Avenue NW" the street number would be "Pennsylvania Avenue NW". [optional]
business_city string For the business address, the city of the address. [optional]
business_state_or_province string For the business address, the state or province of the address. [optional]
business_postal_code string For the business address, the postal code or zip code of the address. [optional]
business_country string For the business address, country of the address, if present in the address. If not included in the address it will be null. [optional]

[Back to Model list] [Back to API list] [Back to README]