Values.TaxInheritanceDetailsSourceTax inheritance information associated with the account.
type nonrec t = {inheritanceObtainedReason : InheritanceObtainedReason.t option;Tax inheritance reason information associated with the account.
*)parentEntityId : AccountId.t option;Tax inheritance parent account information associated with the account.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of InheritanceObtainedReason.t ]) list ]