Module Values.UpdateLongTermPricingRequestSource

Updates the long-term pricing type.

Sourcetype nonrec t = {
  1. longTermPricingId : LongTermPricingId.t;
    (*

    The ID of the long-term pricing type for the device.

    *)
  2. replacementJob : JobId.t option;
    (*

    Specifies that a device that is ordered with long-term pricing should be replaced with a new device.

    *)
  3. isLongTermPricingAutoRenew : JavaBoolean.t option;
    (*

    If set to true, specifies that the current long-term pricing type for the device should be automatically renewed before the long-term pricing contract expires.

    *)
}
Sourceval context_ : string
Sourceval make : ?replacementJob:??? -> ?isLongTermPricingAutoRenew:??? -> longTermPricingId:LongTermPricingId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of JavaBoolean.t | `String of LongTermPricingId.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