Typescript SDK Type Docs
Preparing search index...
History API SDK
DiscountedPrice
Interface DiscountedPrice
interface
DiscountedPrice
{
discount
:
ProductDiscountReference
;
value
:
CentPrecisionMoney
;
}
Index
Properties
discount
value
Properties
Readonly
discount
discount
:
ProductDiscountReference
ProductDiscount
related to the discounted price.
Readonly
value
value
:
CentPrecisionMoney
Money value of the discounted price.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
discount
value
Typescript SDK Type Docs
Loading...
ProductDiscount related to the discounted price.