Values.ReceiverAddressSourceThe details of the address associated with the receiver.
type nonrec t = {addressLine1 : BasicString.t option;The first line of the address.
*)addressLine2 : BasicString.t option;The second line of the address, if applicable.
*)addressLine3 : BasicString.t option;The third line of the address, if applicable.
*)districtOrCounty : BasicString.t option;The district or country the address is located in.
*)city : BasicString.t option;The city that the address is in.
*)stateOrRegion : BasicString.t option;The state, region, or province the address is located.
*)countryCode : BasicString.t option;The country code for the country the address is in.
*)companyName : BasicString.t option;A unique company name.
*)postalCode : BasicString.t option;The postal code associated with the address.
*)}