Values.AddressSourceA generic address associated with the customer that is not mailing, shipping, or billing.
type nonrec t = {address1 : String1To255.t option;The first line of a customer address.
*)address2 : String1To255.t option;The second line of a customer address.
*)address3 : String1To255.t option;The third line of a customer address.
*)address4 : String1To255.t option;The fourth line of a customer address.
*)city : String1To255.t option;The city in which a customer lives.
*)county : String1To255.t option;The county in which a customer lives.
*)state : String1To255.t option;The state in which a customer lives.
*)province : String1To255.t option;The province in which a customer lives.
*)country : String1To255.t option;The country in which a customer lives.
*)postalCode : String1To255.t option;The postal code of a customer address.
*)}