Freeze Design Frontend - TypeScript API
Preparing search index...
AdminSpecialOffer
Interface AdminSpecialOffer
interface
AdminSpecialOffer
{
id
:
number
;
name
:
string
;
description
:
string
;
offer_type
:
"buy_x_get_y"
|
"bundle"
|
"flash_sale"
|
"seasonal"
;
buy_quantity
:
number
|
null
;
get_quantity
:
number
|
null
;
discount_percentage
:
string
|
null
;
fixed_price
:
string
|
null
;
products
:
number
[]
;
categories
:
number
[]
;
is_active
:
boolean
;
valid_from
:
string
;
valid_until
:
string
;
show_on_homepage
:
boolean
;
is_valid
:
boolean
;
created_at
:
string
;
}
Index
Properties
id
name
description
offer_
type
buy_
quantity
get_
quantity
discount_
percentage
fixed_
price
products
categories
is_
active
valid_
from
valid_
until
show_
on_
homepage
is_
valid
created_
at
Properties
id
id
:
number
name
name
:
string
description
description
:
string
offer_
type
offer_type
:
"buy_x_get_y"
|
"bundle"
|
"flash_sale"
|
"seasonal"
buy_
quantity
buy_quantity
:
number
|
null
get_
quantity
get_quantity
:
number
|
null
discount_
percentage
discount_percentage
:
string
|
null
fixed_
price
fixed_price
:
string
|
null
products
products
:
number
[]
categories
categories
:
number
[]
is_
active
is_active
:
boolean
valid_
from
valid_from
:
string
valid_
until
valid_until
:
string
show_
on_
homepage
show_on_homepage
:
boolean
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
description
offer_
type
buy_
quantity
get_
quantity
discount_
percentage
fixed_
price
products
categories
is_
active
valid_
from
valid_
until
show_
on_
homepage
is_
valid
created_
at
Freeze Design Frontend - TypeScript API
Loading...