Skip to main content

IBarcodeData

Enumerations

VCardAddressType

Enumeration Members

Enumeration MemberValueDescription
dom1Domestic
home16Home address
intl2International
none0-
parcel8For parcel
postal4For postal
pref64Preferable
work32Work 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;
Was this page helpful?