Interface IQrVCardBarcodeContent
A structure defining the content of VCard QR codes.
Package: @aurigma/design-atoms-interfaces
Properties
An email address encoded into the QR code.
Declaration
email?: string;
Property Value
Type | Description |
---|---|
string | An email address encoded into the QR code. |
firstName
A first name encoded into the QR code.
Declaration
firstName?: string;
Property Value
Type | Description |
---|---|
string | A first name encoded into the QR code. |
lastName
A last name encoded into the QR code.
Declaration
lastName?: string;
Property Value
Type | Description |
---|---|
string | A last name encoded into the QR code. |
mobilePhone
A cell phone number encoded into the QR code.
Declaration
mobilePhone?: string;
Property Value
Type | Description |
---|---|
string | A cell phone number encoded into the QR code. |
organization
An organization name encoded into the QR code.
Declaration
organization?: string;
Property Value
Type | Description |
---|---|
string | An organization name encoded into the QR code. |
phone
A work phone number encoded into the QR code.
Declaration
phone?: string;
Property Value
Type | Description |
---|---|
string | A work phone number encoded into the QR code. |
position
A job position encoded into the QR code.
Declaration
position?: string;
Property Value
Type | Description |
---|---|
string | A job position encoded into the QR code. |
url
A URL encoded into the QR code.
Declaration
url?: string;
Property Value
Type | Description |
---|---|
string | A URL encoded into the QR code. |