Values.SupplementalTaxRegistrationSourceSupplemental TRN details.
type nonrec t = {address : Address.t option;legalName : LegalName.t option;The legal name associated with your TRN registration.
*)registrationId : RegistrationId.t option;The supplemental TRN unique identifier.
*)registrationType : SupplementalTaxRegistrationType.t option;Type of supplemental TRN. Currently, this can only be VAT.
*)status : TaxRegistrationStatus.t option;The status of your TRN.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of GenericString.t
| `Structure of (string * [> `String of AddressLine1.t ]) list ])
list ]