Values.SupplementalTaxRegistrationEntrySourceThe supplemental TRN information to provide when adding or updating a supplemental TRN.
type nonrec t = {address : Address.t;legalName : LegalName.t;The legal name associated with your TRN registration.
*)registrationId : RegistrationId.t;The supplemental TRN unique identifier.
*)registrationType : SupplementalTaxRegistrationType.t;Type of supplemental TRN. Currently, this can only be VAT.
*)}val make :
address:Address.t ->
legalName:LegalName.t ->
registrationId:RegistrationId.t ->
registrationType:SupplementalTaxRegistrationType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of LegalName.t
| `Structure of (string * [> `String of AddressLine1.t ]) list ])
list ]