This object contains information about gating group and rules information.
Name | Type | Description |
---|---|---|
id | UUID | The rule id |
gatingGroupId | UUID | The gating group id. |
ruleType | Enum | The gating rule type. |
rules | Enum | Contains the information from gatingRule |
isNegativeGating | Boolean | If the owner's NFT matches with the gating rule e.g. rule-contract address, rule contract token exists in the owner token list, the owner is not eligible for gating. |
isEligibleApproval | Boolean | This field shows the eligibility of token gating contract approval |
approvalStatus | Boolean | It shows the approval transaction status. |
gatingWebhook | [Object] | An array of webhookContract contains marketplaceCollectionItemId ,onchainContractType -(TokenGating,Redeem),contractAddress , create webhook subscription of smart contract transactions. |