Home > @infiniteobjects/data-types > IPrintButtonAvailableVariant
Print button partner available variant
Signature:
export interface IPrintButtonAvailableVariant
Property | Modifiers | Type | Description |
---|---|---|---|
id | Nullable<string> | Shopify Variant Id | |
image | Nullable<IStorageObject> | Image Attached to this variant | |
launchDate | Nullable<Date> | Variant Launch date | |
material | DeviceMaterial | The material of the device | |
payoutArtistDollars | float | Profit shared with the Artist (in usd) | |
payoutArtistPct | float | Profit shared with the Artist (in pct) | |
payoutPlatformDollars | float | Profit shared with the Platform (in usd) | |
payoutPlatformManagerDollars | float | Profit shared with the Platform Manager service (in usd) | |
payoutPlatformManagerPct | float | Profit shared with the Platform Manager service (in pct) | |
payoutPlatformPct | float | Profit shared with the Platform (in pct) | |
price | float | The price of this variant (in usd) | |
priceInEth | float | Current Price of the variant in ETH | |
priceTier | AvailableVariantTierPrice | The Price tier for Artist payouts | |
size | DeviceSize | The size of the device | |
sku | string | SKU of this variant | |
syncCryptoPrices | boolean | Does this variant presents prices in Crypto? | |
title | Nullable<string> | Variant title |