Freeze Design Frontend - TypeScript API
Preparing search index...
AdminDiscountCode
Interface AdminDiscountCode
interface
AdminDiscountCode
{
id
:
number
;
code
:
string
;
name
:
string
;
discount_type
:
"percentage"
|
"fixed_amount"
|
"free_shipping"
;
value
:
string
;
minimum_order_amount
:
string
;
maximum_discount_amount
:
string
|
null
;
usage_limit
:
number
|
null
;
usage_count
:
number
;
valid_from
:
string
;
valid_until
:
string
|
null
;
is_active
:
boolean
;
applies_to_products
:
number
[]
;
applies_to_categories
:
number
[]
;
is_valid
:
boolean
;
created_at
:
string
;
updated_at
:
string
;
}
Index
Properties
id
code
name
discount_
type
value
minimum_
order_
amount
maximum_
discount_
amount
usage_
limit
usage_
count
valid_
from
valid_
until
is_
active
applies_
to_
products
applies_
to_
categories
is_
valid
created_
at
updated_
at
Properties
id
id
:
number
code
code
:
string
name
name
:
string
discount_
type
discount_type
:
"percentage"
|
"fixed_amount"
|
"free_shipping"
value
value
:
string
minimum_
order_
amount
minimum_order_amount
:
string
maximum_
discount_
amount
maximum_discount_amount
:
string
|
null
usage_
limit
usage_limit
:
number
|
null
usage_
count
usage_count
:
number
valid_
from
valid_from
:
string
valid_
until
valid_until
:
string
|
null
is_
active
is_active
:
boolean
applies_
to_
products
applies_to_products
:
number
[]
applies_
to_
categories
applies_to_categories
:
number
[]
is_
valid
is_valid
:
boolean
created_
at
created_at
:
string
updated_
at
updated_at
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
code
name
discount_
type
value
minimum_
order_
amount
maximum_
discount_
amount
usage_
limit
usage_
count
valid_
from
valid_
until
is_
active
applies_
to_
products
applies_
to_
categories
is_
valid
created_
at
updated_
at
Freeze Design Frontend - TypeScript API
Loading...