Values.ConsumableDetailsSourceContains information about consumable benefit fulfillment, such as usage quotas or service limits.
type nonrec t = {allocatedAmount : MonetaryValue.t option;The total amount of the consumable benefit that has been allocated.
*)remainingAmount : MonetaryValue.t option;The remaining amount of the consumable benefit that is still available for use.
*)utilizedAmount : MonetaryValue.t option;The amount of the consumable benefit that has already been used.
*)issuanceDetails : IssuanceDetail.t option;Detailed information about how the consumable benefit was issued and distributed.
*)}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 ]