Class OrderPrice
java.lang.Object
de.codebarista.shopware.model.core.OrderPrice
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-10T11:26:02.541008353+02:00[Europe/Berlin]",
comments="Generator version: 7.5.0")
public class OrderPrice
extends Object
OrderPrice
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncalculatedTaxes(List<CalculatedTax> calculatedTaxes) booleanGet calculatedTaxesGet netPriceGet positionPriceGet rawTotalGet taxRulesGet taxStatusGet totalPriceinthashCode()netPrice(BigDecimal netPrice) positionPrice(BigDecimal positionPrice) rawTotal(BigDecimal rawTotal) voidsetCalculatedTaxes(List<CalculatedTax> calculatedTaxes) voidsetNetPrice(BigDecimal netPrice) voidsetPositionPrice(BigDecimal positionPrice) voidsetRawTotal(BigDecimal rawTotal) voidsetTaxRules(Object taxRules) voidsetTaxStatus(String taxStatus) voidsetTotalPrice(BigDecimal totalPrice) toString()totalPrice(BigDecimal totalPrice)
-
Field Details
-
JSON_PROPERTY_NET_PRICE
- See Also:
-
JSON_PROPERTY_TOTAL_PRICE
- See Also:
-
JSON_PROPERTY_CALCULATED_TAXES
- See Also:
-
JSON_PROPERTY_TAX_RULES
- See Also:
-
JSON_PROPERTY_POSITION_PRICE
- See Also:
-
JSON_PROPERTY_RAW_TOTAL
- See Also:
-
JSON_PROPERTY_TAX_STATUS
- See Also:
-
-
Constructor Details
-
OrderPrice
public OrderPrice()
-
-
Method Details
-
netPrice
-
getNetPrice
Get netPrice- Returns:
- netPrice
-
setNetPrice
-
totalPrice
-
getTotalPrice
Get totalPrice- Returns:
- totalPrice
-
setTotalPrice
-
calculatedTaxes
-
getCalculatedTaxes
Get calculatedTaxes- Returns:
- calculatedTaxes
-
setCalculatedTaxes
-
taxRules
-
getTaxRules
Get taxRules- Returns:
- taxRules
-
setTaxRules
-
positionPrice
-
getPositionPrice
Get positionPrice- Returns:
- positionPrice
-
setPositionPrice
-
rawTotal
-
getRawTotal
Get rawTotal- Returns:
- rawTotal
-
setRawTotal
-
taxStatus
-
getTaxStatus
Get taxStatus- Returns:
- taxStatus
-
setTaxStatus
-
equals
-
hashCode
public int hashCode() -
toString
-