Enum IdentityPhysicalAddressStringOptions
Options for string representation of IdentityPhysicalAddress instance.
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
[Flags]
public enum IdentityPhysicalAddressStringOptions
Fields
| Name | Description |
|---|---|
| HideCountry | The string representation of IdentityPhysicalAddress does not include Country. |
| HideDomesicCountry | The string representation of IdentityPhysicalAddress does not include Country, if represents domestic country. |
| None |