Home > @vsf-enterprise/sap-commerce-webservices-sdk > Price
Price interface
Representation of a Price Price
Signature:
export interface Price
Properties
Property | Type | Description |
---|---|---|
currencyIso? | string | (Optional) Currency iso format |
formattedValue? | string | (Optional) Value of price formatted |
maxQuantity? | number | (Optional) Maximum quantity of the price value |
minQuantity? | number | (Optional) Minimum quantity of the price value |
priceType? | PricePriceTypeEnum | (Optional) Type of the price |
value? | number | (Optional) Value of price in BigDecimal format |