Values.DomainPriceSourceInformation about the domain price associated with a TLD.
type nonrec t = {name : DomainPriceName.t option;The name of the TLD for which the prices apply.
*)registrationPrice : PriceWithCurrency.t option;The price for domain registration with RouteĀ 53.
*)transferPrice : PriceWithCurrency.t option;The price for transferring the domain registration to RouteĀ 53.
*)renewalPrice : PriceWithCurrency.t option;The price for renewing domain registration with RouteĀ 53.
*)changeOwnershipPrice : PriceWithCurrency.t option;The price for changing domain ownership.
*)restorationPrice : PriceWithCurrency.t option;The price for restoring the domain with RouteĀ 53.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of DomainPriceName.t
| `Structure of
(string * [> `Double of Price.t | `String of Currency.t ]) list ])
list ]