Preparing search index...
The search index is not available
subtopia-js-sdk
subtopia-js-sdk
ProductState
Interface ProductState
Interface for the product state.
interface
ProductState
{
coinID
:
number
;
createdAt
:
number
;
discount
?:
DiscountRecord
;
duration
:
Duration
;
imageURL
:
string
;
lifecycle
:
number
;
manager
:
string
;
maxSubs
:
number
;
oracleID
:
number
;
price
:
number
;
productName
:
string
;
productType
:
ProductType
;
subscriptionName
:
string
;
totalSubs
:
number
;
unitName
:
string
;
}
Hierarchy
ProductGlobalState
ProductState
Index
Properties
coinID
created
At
discount?
duration
imageURL
lifecycle
manager
max
Subs
oracleID
price
product
Name
product
Type
subscription
Name
total
Subs
unit
Name
Properties
coinID
coinID
:
number
created
At
created
At
:
number
Optional
discount
discount
?:
DiscountRecord
duration
duration
:
Duration
imageURL
imageURL
:
string
lifecycle
lifecycle
:
number
manager
manager
:
string
max
Subs
max
Subs
:
number
oracleID
oracleID
:
number
price
price
:
number
product
Name
product
Name
:
string
product
Type
product
Type
:
ProductType
subscription
Name
subscription
Name
:
string
total
Subs
total
Subs
:
number
unit
Name
unit
Name
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
coinID
created
At
discount
duration
imageURL
lifecycle
manager
max
Subs
oracleID
price
product
Name
product
Type
subscription
Name
total
Subs
unit
Name
subtopia-js-sdk
Loading...
Interface for the product state.