Class CartAllOfPrice
java.lang.Object
de.codebarista.shopware.model.core.CartAllOfPrice
@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 CartAllOfPrice
extends Object
CartAllOfPrice
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanNet price of the cartPrice for all line items in the cartTax calculation for the cart.Total price of the cart, including shipping costs, discounts and taxesinthashCode()positionPrice(Float positionPrice) voidsetNetPrice(Float netPrice) voidsetPositionPrice(Float positionPrice) voidsetTaxStatus(String taxStatus) voidsetTotalPrice(Float totalPrice) toString()totalPrice(Float totalPrice)
-
Field Details
-
JSON_PROPERTY_NET_PRICE
- See Also:
-
JSON_PROPERTY_TOTAL_PRICE
- See Also:
-
JSON_PROPERTY_POSITION_PRICE
- See Also:
-
JSON_PROPERTY_TAX_STATUS
- See Also:
-
-
Constructor Details
-
CartAllOfPrice
public CartAllOfPrice()
-
-
Method Details
-
netPrice
-
getNetPrice
Net price of the cart- Returns:
- netPrice
-
setNetPrice
-
totalPrice
-
getTotalPrice
Total price of the cart, including shipping costs, discounts and taxes- Returns:
- totalPrice
-
setTotalPrice
-
positionPrice
-
getPositionPrice
Price for all line items in the cart- Returns:
- positionPrice
-
setPositionPrice
-
taxStatus
-
getTaxStatus
Tax calculation for the cart. One of `gross`, `net` or `tax-free`- Returns:
- taxStatus
-
setTaxStatus
-
equals
-
hashCode
public int hashCode() -
toString
-