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

@Validated @Generated(value="de.hybris.platform.tuawebservicesresources.swagger.TmaCodegen", date="2022-10-21T20:35:04.698Z") public class Price extends Object
Provides all amounts (tax included, duty free, tax rate), used currency and percentage to apply for Price Alteration.
  • Constructor Details

    • Price

      public Price()
  • Method Details

    • percentage

      public Price percentage(Float percentage)
    • getPercentage

      public Float getPercentage()
      Percentage to apply for ProdOfferPriceAlteration
      Returns:
      percentage
    • setPercentage

      public void setPercentage(Float percentage)
    • taxRate

      public Price taxRate(Float taxRate)
    • getTaxRate

      public Float getTaxRate()
      Tax rate
      Returns:
      taxRate
    • setTaxRate

      public void setTaxRate(Float taxRate)
    • dutyFreeAmount

      public Price dutyFreeAmount(Money dutyFreeAmount)
    • getDutyFreeAmount

      @Valid public @Valid Money getDutyFreeAmount()
      All taxes excluded amount (expressed in the given currency)
      Returns:
      dutyFreeAmount
    • setDutyFreeAmount

      public void setDutyFreeAmount(Money dutyFreeAmount)
    • taxIncludedAmount

      public Price taxIncludedAmount(Money taxIncludedAmount)
    • getTaxIncludedAmount

      @Valid public @Valid Money getTaxIncludedAmount()
      All taxes included amount (expressed in the given currency)
      Returns:
      taxIncludedAmount
    • setTaxIncludedAmount

      public void setTaxIncludedAmount(Money taxIncludedAmount)
    • atbaseType

      public Price atbaseType(String atbaseType)
    • getAtbaseType

      public String getAtbaseType()
      When sub-classing, this defines the super-class
      Returns:
      atbaseType
    • setAtbaseType

      public void setAtbaseType(String atbaseType)
    • atschemaLocation

      public Price atschemaLocation(String atschemaLocation)
    • getAtschemaLocation

      public String getAtschemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atschemaLocation
    • setAtschemaLocation

      public void setAtschemaLocation(String atschemaLocation)
    • attype

      public Price attype(String attype)
    • getAttype

      public String getAttype()
      When sub-classing, this defines the sub-class entity name
      Returns:
      attype
    • setAttype

      public void setAttype(String attype)
    • 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