This object serves as the input of createMarketplaceClaimableSet mutation.
Name | Type | Description |
---|---|---|
collectionId | UUID | The collection ID. |
collectionItemName | String | The name given to a collection item. |
totalUnits | Integer | Total available unit of the item. |
delivery | Object | Item delivery method. Represented in MarketplaceItemDeliveryInput object. |
perWalletLimit | Integer | Wallet limit. |
promoCodeConfig | Object | An object that represents the MarketplaceItemCodeConfigInput object. |
startDate | Time | Timestamp that show when the claimable set is created. |
endDate | Time | Timestamp that show when the claimable set is expired. |