Module Values.GetPhoneNumberOrderRequestSource

Retrieves details for the specified phone number order, such as the order creation timestamp, phone numbers in E.164 format, product type, and order status.

Sourcetype nonrec t = {
  1. phoneNumberOrderId : GuidString.t;
    (*

    The ID for the phone number order.

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