Values.PostalCodeDetailsSourceContains details about the postal code of the place or result.
type nonrec t = {postalCode : PostalCodeDetailsPostalCodeString.t option;An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code for which the result should possess.
*)postalAuthority : PostalAuthority.t option;The postal authority or entity. This could be a governmental authority, a regulatory authority, or a designated postal operator.
*)postalCodeType : PostalCodeType.t option;The postal code type.
*)uspsZip : UspsZip.t option;The ZIP Classification Code, or in other words what type of postal code is it.
*)uspsZipPlus4 : UspsZipPlus4.t option;The USPS ZIP+4 Record Type Code.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PostalCodeDetailsPostalCodeString.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]