Values.InvoiceProfileSourceContains high-level information about the invoice receiver.
type nonrec t = {accountId : AccountIdString.t option;The account ID the invoice profile is generated for.
*)receiverName : BasicStringWithoutSpace.t option;The name of the person receiving the invoice profile.
*)receiverAddress : ReceiverAddress.t option;The address of the receiver that will be printed on the invoice.
*)receiverEmail : SensitiveBasicStringWithoutSpace.t option;The email address for the invoice profile receiver.
*)issuer : BasicStringWithoutSpace.t option;This specifies the issuing entity of the invoice.
*)taxRegistrationNumber : SensitiveBasicStringWithoutSpace.t option;Your Tax Registration Number (TRN) information.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AccountIdString.t
| `Structure of (string * [> `String of BasicString.t ]) list ])
list ]