Back to Website
Show / Hide Table of Contents

Interface IQrVCardBarcodeContent

A structure defining the content of VCard QR codes.

Inheritance
IEmptyBarcodeContent<TBarcodeFormat, TBarcodeSubType>
IQrVCardBarcodeContent
Package: @aurigma/design-atoms-interfaces

Properties

email

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.

Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2024 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback