Module Values.DisbursementDetailsSource

Contains information about disbursement-based benefit fulfillment, such as direct payments or reimbursements.

Sourcetype nonrec t = {
  1. disbursedAmount : MonetaryValue.t option;
    (*

    The total amount that has been disbursed for this benefit allocation.

    *)
  2. issuanceDetails : IssuanceDetail.t option;
    (*

    Detailed information about how the disbursement was issued and processed.

    *)
}
Sourceval make : ?disbursedAmount:??? -> ?issuanceDetails:??? -> unit -> t
Sourceval 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 ]
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