Values.OfferingSourceRepresents the metadata of a device offering.
type nonrec t = {id : OfferingIdentifier.t option;The ID that corresponds to a device offering.
*)description : Message.t option;A string that describes the offering.
*)type_ : OfferingType.t option;The type of offering (for example, RECURRING) for a device.
*)platform : DevicePlatform.t option;The platform of the device (for example, ANDROID or IOS).
*)recurringCharges : RecurringCharges.t option;Specifies whether there are recurring charges for the offering.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Double of Double.t | `Enum of string ])
list ])
list ]
list
| `String of OfferingIdentifier.t ])
list ]