Home > @infiniteobjects/models > ITokenGatedProductSale
Token Gated Product Sale Interface
Signature:
export interface ITokenGatedProductSale
Property | Modifiers | Type | Description |
---|---|---|---|
blockchain | TokenGatedProductSupportedBlockchains | Blockchain | |
blockchainNetwork | BlockchainNetwork | BlockchainNetwork | |
campaignId | string | ID of the token gated product campaign | |
contractAddress | string | Address of the contract of the unlocking token. | |
customerEmail | Nullable<string> | Email of the customer that purchased this print | |
dateCreated | Date | The date the entity was created. | |
datePurchased | Date | Purchase date | |
dateUpdated | Date | The date the entity was Updated. | |
id | string | Unique identifier | |
ownerAddress | string | Address of the owner of the unlocking token | |
printId | string | Video PrintId Associated with this sale | |
shopifyLineItemId | string | Shopify line item id | |
shopifyOrderId | string | Shopify order id | |
shopifyOrderNumber | string | Shopify order number | |
shopifyProductId | string | Shopify Product Id | |
shopifyVariantId | string | Shopify Variant Id | |
tokenId | string | Token used to unlock the product |