Values.UpdateAddressSourceUpdates associated with the address properties of a customer profile.
type nonrec t = {address1 : String0To255.t option;The first line of a customer address.
*)address2 : String0To255.t option;The second line of a customer address.
*)address3 : String0To255.t option;The third line of a customer address.
*)address4 : String0To255.t option;The fourth line of a customer address.
*)city : String0To255.t option;The city in which a customer lives.
*)county : String0To255.t option;The county in which a customer lives.
*)state : String0To255.t option;The state in which a customer lives.
*)province : String0To255.t option;The province in which a customer lives.
*)country : String0To255.t option;The country in which a customer lives.
*)postalCode : String0To255.t option;The postal code of a customer address.
*)}