Module Values.TaxExemptionDetailsSource

The tax exemption details.

Sourcetype nonrec t = {
  1. heritageObtainedDetails : Boolean.t option;
    (*

    The indicator if the tax exemption is inherited from the consolidated billing family management account.

    *)
  2. heritageObtainedParentEntity : GenericString.t option;
    (*

    The consolidated billing family management account the tax exemption inherited from.

    *)
  3. heritageObtainedReason : GenericString.t option;
    (*

    The reason of the heritage inheritance.

    *)
  4. taxExemptions : TaxExemptions.t option;
    (*

    Tax exemptions.

    *)
}
Sourceval make : ?heritageObtainedDetails:??? -> ?heritageObtainedParentEntity:??? -> ?heritageObtainedReason:??? -> ?taxExemptions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `List of [> `Structure of (string * [> `String of CountryCode.t ]) list ] list | `String of CountryCode.t ]) list | `Timestamp of Timestamp.t ]) list ] list | `String of GenericString.t ]) 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