Module Values.PutTaxExemptionRequestSource

Adds the tax exemption for a single account or all accounts listed in a consolidated billing family. The IAM action is tax:UpdateExemptions.

Sourcetype nonrec t = {
  1. accountIds : PutTaxExemptionRequestAccountIdsList.t;
    (*

    The list of unique account identifiers.

    *)
  2. authority : Authority.t;
  3. exemptionCertificate : ExemptionCertificate.t;
  4. exemptionType : GenericString.t;
    (*

    The exemption type. Use the supported tax exemption type description.

    *)
}
Sourceval context_ : string
Sourceval make : accountIds:PutTaxExemptionRequestAccountIdsList.t -> authority:Authority.t -> exemptionCertificate:ExemptionCertificate.t -> exemptionType:GenericString.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t