Values.BusinessChainSourceA businesschain is a chain of businesses that belong to the same brand. For example 7-11.
type nonrec t = {name : BusinessChainNameString.t option;The business chain name.
*)id : BusinessChainIdString.t option;The Business Chain Id.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of BusinessChainNameString.t ]) list ]