TaxRegistrationEntry
The TRN information you provide when you add a new TRN, or update.
Contents
- registrationId
-
Your tax registration unique identifier.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 20.
Pattern:
^(?!\s*$)[\s\S]+$
Required: Yes
- registrationType
-
Your tax registration type. This can be either
VAT
orGST
.Type: String
Valid Values:
VAT | GST | CPF | CNPJ | SST | TIN | NRIC
Required: Yes
- additionalTaxInformation
-
Additional tax information associated with your TRN. You only need to specify this parameter if AWS collects any additional information for your country within AdditionalInfoRequest.
Type: AdditionalInfoRequest object
Required: No
- certifiedEmailId
-
The email address to receive VAT invoices.
Type: String
Pattern:
^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,20}$
Required: No
- legalAddress
-
The legal address associated with your TRN.
Note
If you're setting a TRN in Brazil for the CNPJ tax type, you don't need to specify the legal address.
For TRNs in other countries and for CPF tax types Brazil, you must specify the legal address.
Type: Address object
Required: No
- legalName
-
The legal name associated with your TRN.
Note
If you're setting a TRN in Brazil, you don't need to specify the legal name. For TRNs in other countries, you must specify the legal name.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern:
^(?!\s*$)[\s\S]+$
Required: No
- sector
-
The industry that describes your business. For business-to-business (B2B) customers, specify Business. For business-to-consumer (B2C) customers, specify Individual. For business-to-government (B2G), specify Government.Note that certain values may not applicable for the request country. Please refer to country specific information in API document.
Type: String
Valid Values:
Business | Individual | Government
Required: No
- verificationDetails
-
Additional details needed to verify your TRN information in Brazil. You only need to specify this parameter when you set a TRN in Brazil that is the CPF tax type.
Note
Don't specify this parameter to set a TRN in Brazil of the CNPJ tax type or to set a TRN for another country.
Type: VerificationDetails object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: