Values.PriceWithCurrencySourceCurrency-specific price information.
type nonrec t = {price : Price.t option;The price of a domain, in a specific currency.
*)currency : Currency.t option;The currency specifier.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Double of Price.t | `String of Currency.t ]) list ]