Values.TaxExemptionSourceThe tax exemption.
type nonrec t = {effectiveDate : Timestamp.t option;The tax exemption effective date.
*)expirationDate : Timestamp.t option;The tax exemption expiration date.
*)status : EntityExemptionAccountStatus.t option;The tax exemption status.
*)systemEffectiveDate : Timestamp.t option;The tax exemption recording time in the TaxSettings system.
*)taxExemptionType : TaxExemptionType.t option;The tax exemption type.
*)}val to_value :
t ->
[> `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 ]