Values.AddressSourceSpecifies the end Customer's address details associated with the Opportunity.
type nonrec t = {city : AddressCityString.t option;Specifies the end Customer's city associated with the Opportunity.
*)postalCode : AddressPostalCodeString.t option;Specifies the end Customer's postal code associated with the Opportunity.
*)stateOrRegion : AddressPart.t option;Specifies the end Customer's state or region associated with the Opportunity. Valid values: Alabama | Alaska | American Samoa | Arizona | Arkansas | California | Colorado | Connecticut | Delaware | Dist. of Columbia | Federated States of Micronesia | Florida | Georgia | Guam | Hawaii | Idaho | Illinois | Indiana | Iowa | Kansas | Kentucky | Louisiana | Maine | Marshall Islands | Maryland | Massachusetts | Michigan | Minnesota | Mississippi | Missouri | Montana | Nebraska | Nevada | New Hampshire | New Jersey | New Mexico | New York | North Carolina | North Dakota | Northern Mariana Islands | Ohio | Oklahoma | Oregon | Palau | Pennsylvania | Puerto Rico | Rhode Island | South Carolina | South Dakota | Tennessee | Texas | Utah | Vermont | Virginia | Virgin Islands | Washington | West Virginia | Wisconsin | Wyoming | APO/AE | AFO/FPO | FPO, AP
*)countryCode : CountryCode.t option;Specifies the end Customer's country associated with the Opportunity.
*)streetAddress : AddressStreetAddressString.t option;Specifies the end Customer's street address associated with the Opportunity.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AddressCityString.t ]) list ]