Values.GetTaxRegistrationDocumentRequestSourceDownloads your tax documents to the Amazon S3 bucket that you specify in your request.
type nonrec t = {destinationS3Location : DestinationS3Location.t option;The Amazon S3 bucket that you specify to download your tax documents to.
*)taxDocumentMetadata : TaxDocumentMetadata.t;The metadata for your tax document.
*)}val make :
?destinationS3Location:??? ->
taxDocumentMetadata:TaxDocumentMetadata.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of S3BucketName.t ]) list ])
list ]