Values.OfferingTransactionSourceRepresents the metadata of an offering transaction.
type nonrec t = {offeringStatus : OfferingStatus.t option;The status of an offering transaction.
*)transactionId : TransactionIdentifier.t option;The transaction ID of the offering transaction.
*)offeringPromotionId : OfferingPromotionIdentifier.t option;The ID that corresponds to a device offering promotion.
*)createdOn : DateTime.t option;The date on which an offering transaction was created.
*)cost : MonetaryAmount.t option;The cost of an offering transaction.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of TransactionIdentifier.t
| `Structure of
(string
* [> `Double of Double.t
| `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
| `Timestamp of DateTime.t ])
list ]