Values.OfferingPromotionSourceRepresents information about an offering promotion.
type nonrec t = {id : OfferingPromotionIdentifier.t option;The ID of the offering promotion.
*)description : Message.t option;A string that describes the offering promotion.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of OfferingPromotionIdentifier.t ]) list ]