Values.PurchaseOfferingRequestSourceRepresents a request for a purchase offering.
type nonrec t = {offeringId : OfferingIdentifier.t;The ID of the offering.
*)quantity : Integer.t;The number of device slots to purchase in an offering request.
*)offeringPromotionId : OfferingPromotionIdentifier.t option;The ID of the offering promotion to be applied to the purchase.
*)}val make :
?offeringPromotionId:??? ->
offeringId:OfferingIdentifier.t ->
quantity:Integer.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of OfferingIdentifier.t ])
list ]