Values.TaxRegistrationDocumentSourceTax registration document information.
type nonrec t = {file : TaxRegistrationDocFile.t option;The tax registration document.
*)s3Location : SourceS3Location.t option;The Amazon S3 location where your tax registration document is stored.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Blob of FileBlob.t | `String of TaxDocumentName.t ])
list ])
list ]