Values.ConsentSourceCustomer's consent for the owner change request.
type nonrec t = {maxPrice : Price.t;Maximum amount the customer agreed to accept.
*)currency : Currency.t;Currency for the MaxPrice.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Double of Price.t | `String of Currency.t ]) list ]