@webshop/root - v1.0.0
HBO-ICT Knowledgebase
HBO-ICT.Cloud
Preparing search index...
web/src/services/DiscountService
DiscountResult
Type Alias DiscountResult
DiscountResult
:
|
{
code
:
string
;
discountAmount
:
number
;
newTotal
:
number
;
percentage
:
number
;
valid
:
true
;
}
|
{
reason
:
string
;
valid
:
false
}
Result returned by the discount validate endpoint
Settings
Member Visibility
Private
Protected
Inherited
Theme
OS
Light
Dark
HBO-ICT Knowledgebase
HBO-ICT.Cloud
@webshop/root - v1.0.0
Loading...
Result returned by the discount validate endpoint