subtopia-js-sdk
Preparing search index...
DiscountRecord
Interface DiscountRecord
Interface for the discount record.
interface
DiscountRecord
{
createdAt
:
number
;
discountType
:
DiscountType
;
discountValue
:
number
;
expiresAt
:
null
|
number
;
totalClaims
:
number
;
}
Hierarchy (
View Summary
)
BaseDiscountRecord
DiscountRecord
Index
Properties
created
At
discount
Type
discount
Value
expires
At
total
Claims
Properties
created
At
createdAt
:
number
discount
Type
discountType
:
DiscountType
discount
Value
discountValue
:
number
expires
At
expiresAt
:
null
|
number
total
Claims
totalClaims
:
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.