Values.PricingOptionSourceA pricing option for the specified Outpost.
type nonrec t = {pricingType : QuotePricingType.t option;The type of pricing model.
*)subscriptionPricingDetails : SubscriptionPricingDetails.t option;The subscription pricing details for this pricing option.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Enum of string | `Float of NullableFloat.t ]) list ])
list ]