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 Details

  • Constructor Details

    • CartAllOfPrice

      public CartAllOfPrice()
  • Method Details

    • netPrice

      public CartAllOfPrice netPrice(Float netPrice)
    • getNetPrice

      @Nullable public Float getNetPrice()
      Net price of the cart
      Returns:
      netPrice
    • setNetPrice

      public void setNetPrice(Float netPrice)
    • totalPrice

      public CartAllOfPrice totalPrice(Float totalPrice)
    • getTotalPrice

      @Nullable public Float getTotalPrice()
      Total price of the cart, including shipping costs, discounts and taxes
      Returns:
      totalPrice
    • setTotalPrice

      public void setTotalPrice(Float totalPrice)
    • positionPrice

      public CartAllOfPrice positionPrice(Float positionPrice)
    • getPositionPrice

      @Nullable public Float getPositionPrice()
      Price for all line items in the cart
      Returns:
      positionPrice
    • setPositionPrice

      public void setPositionPrice(Float positionPrice)
    • taxStatus

      public CartAllOfPrice taxStatus(String taxStatus)
    • getTaxStatus

      @Nullable public String getTaxStatus()
      Tax calculation for the cart. One of `gross`, `net` or `tax-free`
      Returns:
      taxStatus
    • setTaxStatus

      public void setTaxStatus(String taxStatus)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object