Freeze Design Frontend - TypeScript API
Preparing search index...
DiscountCode
Interface DiscountCode
interface
DiscountCode
{
id
:
number
;
code
:
string
;
description
:
string
;
discount_type
:
"percentage"
|
"fixed"
;
discount_value
:
string
;
minimum_order_amount
:
string
;
maximum_discount
:
string
|
null
;
is_active
:
boolean
;
valid_from
:
string
;
valid_until
:
string
|
null
;
usage_limit
:
number
|
null
;
times_used
:
number
;
}
Index
Properties
id
code
description
discount_
type
discount_
value
minimum_
order_
amount
maximum_
discount
is_
active
valid_
from
valid_
until
usage_
limit
times_
used
Properties
id
id
:
number
code
code
:
string
description
description
:
string
discount_
type
discount_type
:
"percentage"
|
"fixed"
discount_
value
discount_value
:
string
minimum_
order_
amount
minimum_order_amount
:
string
maximum_
discount
maximum_discount
:
string
|
null
is_
active
is_active
:
boolean
valid_
from
valid_from
:
string
valid_
until
valid_until
:
string
|
null
usage_
limit
usage_limit
:
number
|
null
times_
used
times_used
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
code
description
discount_
type
discount_
value
minimum_
order_
amount
maximum_
discount
is_
active
valid_
from
valid_
until
usage_
limit
times_
used
Freeze Design Frontend - TypeScript API
Loading...