Module Values.GetReservationOfferingRequestSource

Returns the reservation offering. The offering determines the payment schedule for the reservation.

Sourcetype nonrec t = {
  1. offeringId : GetReservationOfferingRequestOfferingIdString.t;
    (*

    The identifier for the offering..

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `String of GetReservationOfferingRequestOfferingIdString.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