Home > @infiniteobjects/data-types > AvailableVariantTierPrice
Variant Tier price
Signature:
export declare enum AvailableVariantTierPrice
| 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 |
Extended ArtistRegistryContractPriceTier with a NO_TIER value.