Values.PutTaxExemptionRequestSourceAdds the tax exemption for a single account or all accounts listed in a consolidated billing family. The IAM action is tax:UpdateExemptions.
type nonrec t = {accountIds : PutTaxExemptionRequestAccountIdsList.t;The list of unique account identifiers.
*)exemptionCertificate : ExemptionCertificate.t;exemptionType : GenericString.t;The exemption type. Use the supported tax exemption type description.
*)}val make :
accountIds:PutTaxExemptionRequestAccountIdsList.t ->
authority:Authority.t ->
exemptionCertificate:ExemptionCertificate.t ->
exemptionType:GenericString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of AccountId.t ] list
| `String of GenericString.t
| `Structure of
(string
* [> `Blob of ExemptionFileBlob.t | `String of CountryCode.t ])
list ])
list ]