IBarcodeData
Enumerations
VCardAddressType
Enumeration Members
| Enumeration Member | Value | Description |
|---|---|---|
dom | 1 | Domestic |
home | 16 | Home address |
intl | 2 | International |
none | 0 | - |
parcel | 8 | For parcel |
postal | 4 | For postal |
pref | 64 | Preferable |
work | 32 | Work address |
Interfaces
IAddressMetadata
Properties
dom
dom: any[];
home
home: any[];
intl
intl: any[];
none
none: any[];
parcel
parcel: any[];
postal
postal: any[];
pref
pref: any[];
work
work: any[];
IBarcodeData
Properties
addresses?
optional addresses?: IVCardAddress[];
barcodeFormat
barcodeFormat: BarcodeFormat;
barcodeSubType
barcodeSubType: BarcodeSubType;
barcodeValue?
optional barcodeValue?: string;
data?
optional data?: string;
email?
optional email?: string;
fax?
optional fax?: string;
firstName?
optional firstName?: string;
lastName?
optional lastName?: string;
mobilePhone?
optional mobilePhone?: string;
organization?
optional organization?: string;
phone?
optional phone?: string;
position?
optional position?: string;
url?
optional url?: string;
IVCardAddress
Properties
address?
optional address?: string;
country?
optional country?: string;
extendedAddress?
optional extendedAddress?: string;
locality?
optional locality?: string;
POBox?
optional POBox?: string;
state?
optional state?: string;
type?
optional type?: VCardAddressType[];
zipCode?
optional zipCode?: string;