Freeze Design Frontend - TypeScript API
Preparing search index...
AdminPricingRule
Interface AdminPricingRule
interface
AdminPricingRule
{
id
:
number
;
name
:
string
;
rule_type
:
|
"early_bird"
|
"last_minute"
|
"loyalty"
|
"first_order"
|
"weekend_special"
;
description
:
string
;
discount_percentage
:
string
;
minimum_order_amount
:
string
;
priority
:
number
;
is_active
:
boolean
;
valid_from
:
string
;
valid_until
:
string
|
null
;
is_valid
:
boolean
;
created_at
:
string
;
}
Index
Properties
id
name
rule_
type
description
discount_
percentage
minimum_
order_
amount
priority
is_
active
valid_
from
valid_
until
is_
valid
created_
at
Properties
id
id
:
number
name
name
:
string
rule_
type
rule_type
:
|
"early_bird"
|
"last_minute"
|
"loyalty"
|
"first_order"
|
"weekend_special"
description
description
:
string
discount_
percentage
discount_percentage
:
string
minimum_
order_
amount
minimum_order_amount
:
string
priority
priority
:
number
is_
active
is_active
:
boolean
valid_
from
valid_from
:
string
valid_
until
valid_until
:
string
|
null
is_
valid
is_valid
:
boolean
created_
at
created_at
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
name
rule_
type
description
discount_
percentage
minimum_
order_
amount
priority
is_
active
valid_
from
valid_
until
is_
valid
created_
at
Freeze Design Frontend - TypeScript API
Loading...