Values.StepAmountCapabilitySourceThe details outlining the minimum and maximum capability of a step.
type nonrec t = {name : AmountCapabilityName.t option;The name of the step.
*)min : Double.t option;The minimum amount.
*)max : Double.t option;The maximum amount.
*)value : Double.t option;The amount value.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Double of Double.t | `String of AmountCapabilityName.t ])
list ]