Preparing search index...
The search index is not available
subtopia-js-sdk
subtopia-js-sdk
DiscountRecord
Interface DiscountRecord
Interface for the discount record.
interface
DiscountRecord
{
createdAt
:
number
;
discountType
:
DiscountType
;
discountValue
:
number
;
expiresAt
:
null
|
number
;
totalClaims
:
number
;
}
Hierarchy (
view full
)
BaseDiscountRecord
DiscountRecord
Index
Properties
created
At
discount
Type
discount
Value
expires
At
total
Claims
Properties
created
At
created
At
:
number
discount
Type
discount
Type
:
DiscountType
discount
Value
discount
Value
:
number
expires
At
expires
At
:
null
|
number
total
Claims
total
Claims
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
created
At
discount
Type
discount
Value
expires
At
total
Claims
subtopia-js-sdk
Loading...
Interface for the discount record.