Values.UpdateLongTermPricingRequestSourceUpdates the long-term pricing type.
type nonrec t = {longTermPricingId : LongTermPricingId.t;The ID of the long-term pricing type for the device.
*)replacementJob : JobId.t option;Specifies that a device that is ordered with long-term pricing should be replaced with a new device.
*)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.
*)}val make :
?replacementJob:??? ->
?isLongTermPricingAutoRenew:??? ->
longTermPricingId:LongTermPricingId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of JavaBoolean.t | `String of LongTermPricingId.t ])
list ]