Home > @infiniteobjects/data-types > IPrintButtonSale
Print Button Sale
Signature:
export interface IPrintButtonSale
Used to: - keep track of the sales - manage webhooks - enforce one print per sake
Property | Modifiers | Type | Description |
---|---|---|---|
blockchain | Blockchain | Blockchain | |
blockchainNetwork | BlockchainNetwork | BlockchainNetwork | |
contractAddress | string | Contract Address | |
dateCreated | Date | The date the entity was created. | |
datePurchased | Date | Purchase date | |
dateUpdated | Date | The date the entity was Updated. | |
id | string | Unique Identifier | |
orderStatus | PrintButtonWebhookEvent | The status of the order | |
partnerId | string | Print button partner id | |
printId | string | Video PrintId Associated with this sale | |
shopifyLineItemId | number | Shopify line item id | |
shopifyOrderId | number | Shopify order id | |
shopifyOrderNumber | number | Shopify order number | |
shopifyProductId | number | Shopify Product Id | |
shopifyVariantId | number | Shopify Variant Id | |
tokenId | string | Token Id | |
userEmail | Nullable<string> | Email of the user that purchased this print | |
userWallet | string | Wallet of the user that purchased |