Home > @infiniteobjects/models > ITokenGatedProductCampaign
Token Gated Product Campaign Interface
Signature:
export interface ITokenGatedProductCampaign
Property | Modifiers | Type | Description |
---|---|---|---|
active | boolean | Is the campaign active? | |
baseVideoPrint | IVideoPrintBase | Video Print Settings | |
dateCreated | Date | The date the entity was created. | |
dateUpdated | Date | The date the entity was Updated. | |
id | string | Unique identifier | |
manifoldId | string | ID of the campaign on manifold | |
productId | string | Shopify product ID | |
redirectUrlSource | TokenGatedProductRedirectUrlSource | Video Print Redirect URL Source | |
videoPrintRedirectUrl | Nullable<string> | Video Print redirect URL | |
videoPrintSource | TokenGatedProductVideoPrintSource | Video Print Source | |
videoPrintSourceBucketUrl | Nullable<string> | Video Print Source Bucket | |
videoPrintSourceUrl | Nullable<string> | Video Print Source URL |