stack

Home > @infiniteobjects/data-types > AvailableVariantTierPrice

AvailableVariantTierPrice enum

Variant Tier price

Signature:

export declare enum AvailableVariantTierPrice 

Enumeration Members

Member Value Description
IO1 1 Profit tier 1
IO2 2 Profit tier 2
IO3 3 Profit tier 3
NO_TIER -1 Used when there is no artist registry involved
NONE 0 The artist has chosen to make no profit from sales

Remarks

Extended ArtistRegistryContractPriceTier with a NO_TIER value.