java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.Price

@Validated @Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:47.671Z") public class Price extends Object
Provides all amounts (tax included, duty free, tax rate), used currency and percentage applied for price and price alteration
  • Constructor Details

    • Price

      public Price()
  • Method Details

    • taxIncludedAmount

      public Price taxIncludedAmount(Money taxIncludedAmount)
    • getTaxIncludedAmount

      @Valid public @Valid Money getTaxIncludedAmount()
      Get taxIncludedAmount
      Returns:
      taxIncludedAmount
    • setTaxIncludedAmount

      public void setTaxIncludedAmount(Money taxIncludedAmount)
    • dutyFreeAmount

      public Price dutyFreeAmount(Money dutyFreeAmount)
    • getDutyFreeAmount

      @Valid public @Valid Money getDutyFreeAmount()
      Get dutyFreeAmount
      Returns:
      dutyFreeAmount
    • setDutyFreeAmount

      public void setDutyFreeAmount(Money dutyFreeAmount)
    • percentage

      public Price percentage(Float percentage)
    • getPercentage

      public Float getPercentage()
      Percentage applied
      Returns:
      percentage
    • setPercentage

      public void setPercentage(Float percentage)
    • taxRate

      public Price taxRate(Float taxRate)
    • getTaxRate

      public Float getTaxRate()
      Applied tax rate on amount
      Returns:
      taxRate
    • setTaxRate

      public void setTaxRate(Float taxRate)
    • attype

      public Price attype(String attype)
    • getAttype

      public String getAttype()
      Indicates the (class) type of the price
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • atschemaLocation

      public Price atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      Link to the schema describing this REST resource.
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • 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