Module Values.OfferingPromotionSource

Represents information about an offering promotion.

Sourcetype nonrec t = {
  1. id : OfferingPromotionIdentifier.t option;
    (*

    The ID of the offering promotion.

    *)
  2. description : Message.t option;
    (*

    A string that describes the offering promotion.

    *)
}
Sourceval make : ?id:??? -> ?description:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of OfferingPromotionIdentifier.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t