Home > @infiniteobjects/models > ITokenClaimSchema
Token Claim Schema
Signature:
export interface ITokenClaimSchema
Property | Modifiers | Type | Description |
---|---|---|---|
campaignId | string | ID of the token claim campaign | |
claimed | boolean | Is the token claimed | |
claimerEmail | Nullable<string> | Email address of who is gonna claim this NFT | |
claimUrl | Nullable<string> | Linkdrop claim URL | |
dateCreated | Date | The date the entity was created. | |
dateUpdated | Date | The date the entity was updated. | |
emailSent | boolean | Has the email being send? | |
fullfilled | boolean | Is the print fullfilled | |
id | string | Unique identifier | |
masterId | Nullable<string> | Master Id | |
printId | Nullable<string> | Video Print Id | |
schemaVersion | TokenClaimSchemaVersion | Schema Version | |
shopifyLineItemId | Nullable<number> | Shopify LineItem associated with this claim | |
shopifyOrderId | Nullable<number> | Shopify Order associated with this claim | |
shopifyOrderNumber | Nullable<number> | Shopify Order number associated with this claim | |
state | TokenClaimState | Token Claim State | |
tokenId | number | Token Id |