Values.OfferingStatusSourceThe status of the offering.
type nonrec t = {type_ : OfferingTransactionType.t option;The type specified for the offering status.
*)offering : Offering.t option;Represents the metadata of an offering status.
*)quantity : Integer.t option;The number of available devices in the offering.
*)effectiveOn : DateTime.t option;The date on which the offering is effective.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.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
| `Timestamp of DateTime.t ])
list ]