stack

Home > @infiniteobjects/models > TokenGatedProductCampaignRepository

TokenGatedProductCampaignRepository class

Token Gated Product Campaign Repository

Signature:

export declare class TokenGatedProductCampaignRepository extends Repository<TokenGatedProductCampaignModel, ITokenGatedProductCampaignSchema> 

Extends: Repository<TokenGatedProductCampaignModel, ITokenGatedProductCampaignSchema>

Methods

Method Modifiers Description
findByProductId(productId)   Finds a document by Product ID
findByProductId(productId, reject)    
findByProductId(productId, reject, code)