Values.TaxRegistrationEntrySourceThe TRN information you provide when you add a new TRN, or update.
type nonrec t = {additionalTaxInformation : AdditionalInfoRequest.t option;Additional tax information associated with your TRN. You only need to specify this parameter if Amazon Web Services collects any additional information for your country within AdditionalInfoRequest.
*)certifiedEmailId : CertifiedEmailId.t option;The email address to receive VAT invoices.
*)legalAddress : Address.t option;The legal address associated with your TRN. 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.
*)legalName : LegalName.t option;The legal name associated with your TRN. 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.
*)registrationId : RegistrationId.t;Your tax registration unique identifier.
*)registrationType : TaxRegistrationType.t;Your tax registration type. This can be either VAT or GST.
*)sector : Sector.t option;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.
*)verificationDetails : VerificationDetails.t option;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. Don't specify this parameter to set a TRN in Brazil of the CNPJ tax type or to set a TRN for another country.
*)}val make :
?additionalTaxInformation:??? ->
?certifiedEmailId:??? ->
?legalAddress:??? ->
?legalName:??? ->
?sector:??? ->
?verificationDetails:??? ->
registrationId:RegistrationId.t ->
registrationType:TaxRegistrationType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of CertifiedEmailId.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Blob of FileBlob.t
| `String of TaxDocumentName.t ])
list ])
list ]
list
| `String of AddressLine1.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of [> `Enum of string ] list
| `String of CanadaQuebecSalesTaxNumberString.t ])
list ])
list ])
list ]