Values.SecondaryAddressComponentSourceComponents that correspond to secondary identifiers on an address. The only component type supported currently is Unit.
type nonrec t = {number : SecondaryAddressComponentNumberString.t option;Number that uniquely identifies a secondary address.
*)designator : SecondaryAddressComponentDesignatorString.t option;The designator of the secondary address component. Example: Apt.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of SecondaryAddressComponentNumberString.t ]) list ]