Module Values.GetBenefitInputSource

Retrieves detailed information about a specific benefit available in the partner catalog.

Sourcetype nonrec t = {
  1. catalog : CatalogName.t;
    (*

    The catalog identifier that specifies which benefit catalog to query.

    *)
  2. identifier : GetBenefitInputIdentifierString.t;
    (*

    The unique identifier of the benefit to retrieve.

    *)
}
Sourceval context_ : string
Sourceval make : catalog:CatalogName.t -> identifier:GetBenefitInputIdentifierString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CatalogName.t ]) 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