Values.DisbursementDetailsSourceContains information about disbursement-based benefit fulfillment, such as direct payments or reimbursements.
type nonrec t = {disbursedAmount : MonetaryValue.t option;The total amount that has been disbursed for this benefit allocation.
*)issuanceDetails : IssuanceDetail.t option;Detailed information about how the disbursement was issued and processed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ])
list ]