@webshop/root - v1.0.0
HBO-ICT Knowledgebase
HBO-ICT.Cloud
Preparing search index...
shared/types
DiscountCode
Type Alias DiscountCode
type
DiscountCode
=
{
amount
:
number
;
code
:
string
;
createdOn
:
string
;
currency
:
string
;
id
:
number
|
null
;
usedOn
:
string
|
null
;
valid
:
boolean
;
validUntil
:
string
;
price
(
price
:
unknown
)
:
number
;
}
Index
Properties
amount
code
created
On
currency
id
used
On
valid
valid
Until
Methods
price
Properties
amount
amount
:
number
code
code
:
string
created
On
createdOn
:
string
currency
currency
:
string
id
id
:
number
|
null
used
On
usedOn
:
string
|
null
valid
valid
:
boolean
valid
Until
validUntil
:
string
Methods
price
price
(
price
:
unknown
)
:
number
Parameters
price
:
unknown
Returns
number
Settings
Member Visibility
Private
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
amount
code
created
On
currency
id
used
On
valid
valid
Until
Methods
price
HBO-ICT Knowledgebase
HBO-ICT.Cloud
@webshop/root - v1.0.0
Loading...