Module Values.FulfillmentDetailsSource

Contains comprehensive information about how a benefit allocation is fulfilled across different fulfillment types.

Sourcetype nonrec t = {
  1. disbursementDetails : DisbursementDetails.t option;
    (*

    Details about disbursement-based fulfillment, if applicable to this benefit allocation.

    *)
  2. consumableDetails : ConsumableDetails.t option;
    (*

    Details about consumable-based fulfillment, if applicable to this benefit allocation.

    *)
  3. creditDetails : CreditDetails.t option;
    (*

    Details about credit-based fulfillment, if applicable to this benefit allocation.

    *)
  4. accessDetails : AccessDetails.t option;
    (*

    Details about access-based fulfillment, if applicable to this benefit allocation.

    *)
}
Sourceval make : ?disbursementDetails:??? -> ?consumableDetails:??? -> ?creditDetails:??? -> ?accessDetails:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `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 | `String of String_.t | `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 ]) 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