Values.TaxRegistrationSourceYour TRN information.
type nonrec t = {additionalTaxInformation : AdditionalInfoResponse.t option;Additional tax information associated with your TRN.
*)certifiedEmailId : CertifiedEmailId.t option;The email address to receive VAT invoices.
*)legalAddress : Address.t option;The legal address associated with your TRN registration.
*)legalName : LegalName.t option;The legal name associated with your TRN registration.
*)registrationId : RegistrationId.t option;Your tax registration unique identifier.
*)registrationType : TaxRegistrationType.t option;Type of your tax registration.
*)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.
*)status : TaxRegistrationStatus.t option;The status of your TRN. This can be either Verified, Pending, Deleted, or Rejected.
*)taxDocumentMetadatas : TaxDocumentMetadatas.t option;The metadata for your tax document.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of TaxDocumentAccessToken.t ]) list ]
list
| `String of CertifiedEmailId.t
| `Structure of
(string
* [> `String of AddressLine1.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of [> `Enum of string ] list
| `String of CcmCode.t ])
list ])
list ])
list ]