Values.IssuanceDetailSourceRepresents detailed information about a specific issuance of benefit value.
type nonrec t = {issuanceId : String_.t option;The unique identifier for this specific issuance.
*)issuanceAmount : MonetaryValue.t option;The monetary amount or value that was issued in this specific issuance.
*)issuedAt : Timestamp.t option;The timestamp when this specific issuance was processed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]