Home > @infiniteobjects/data-types > IQrCode
QrCode Public API
Signature:
export interface IQrCode
| Property | Modifiers | Type | Description |
|---|---|---|---|
| dateCreated | Date | The date the entity was created. | |
| dateUpdated | Date | The date the entity was updated. | |
| id | string | Unique identifier | |
| printId? | string | (Optional) Video Print Associated with this Code | |
| redirectUrl | string | <p>Redirect URL</p><p>‘https://infiniteobjects.com’</p> | |
| schemaVersion | QrCodeSchemaVersion | Schema Version 3 | |
| url | readonly |
string | Full URL of the code ${QR_CODE_DOMAIN}/${this.id} |