Values.TaxRegistrationDocFileSourceThe tax registration document.
type nonrec t = {fileContent : FileBlob.t;The tax registration document content.
*)fileName : TaxDocumentName.t;The tax registration document name.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Blob of FileBlob.t | `String of TaxDocumentName.t ]) list ]