java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.dto.subscription.TmaPriceWsDto
All Implemented Interfaces:
Serializable

@Validated public class TmaPriceWsDto extends Object implements Serializable
Provides all amounts (tax included, duty free, tax rate), used currency and percentage applied for price and price alteration
Since:
1810
See Also:
  • Constructor Details

    • TmaPriceWsDto

      public TmaPriceWsDto()
  • Method Details

    • taxIncludedAmount

      public TmaPriceWsDto taxIncludedAmount(Money taxIncludedAmount)
    • getTaxIncludedAmount

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

      public void setTaxIncludedAmount(Money taxIncludedAmount)
    • dutyFreeAmount

      public TmaPriceWsDto dutyFreeAmount(Money dutyFreeAmount)
    • getDutyFreeAmount

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

      public void setDutyFreeAmount(Money dutyFreeAmount)
    • percentage

      public TmaPriceWsDto percentage(Float percentage)
    • getPercentage

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

      public void setPercentage(Float percentage)
    • taxRate

      public TmaPriceWsDto taxRate(Float taxRate)
    • getTaxRate

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

      public void setTaxRate(Float taxRate)
    • type

      public TmaPriceWsDto type(String type)
    • getType

      public String getType()
      Indicates the (class) type of the price
      Returns:
      type
    • setType

      public void setType(String type)
    • schemaLocation

      public TmaPriceWsDto schemaLocation(String schemaLocation)
    • getSchemaLocation

      public String getSchemaLocation()
      Link to the schema describing this REST resource.
      Returns:
      schemaLocation
    • setSchemaLocation

      public void setSchemaLocation(String schemaLocation)
    • 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