Values.TaxDocumentMetadataSourceThe metadata for your tax document.
type nonrec t = {taxDocumentAccessToken : TaxDocumentAccessToken.t;The tax document access token, which contains information that the Tax Settings API uses to locate the tax document. If you update your tax registration, the existing taxDocumentAccessToken won't be valid. To get the latest token, call the GetTaxRegistration or ListTaxRegistrations API operation. This token is valid for 24 hours.
*)taxDocumentName : TaxDocumentName.t;The name of your tax document.
*)}val make :
taxDocumentAccessToken:TaxDocumentAccessToken.t ->
taxDocumentName:TaxDocumentName.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of TaxDocumentAccessToken.t ]) list ]