Class Tax
java.lang.Object
de.hybris.platform.b2ctelcotmfwebservices.v2.dto.Tax
@Validated
@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen",
date="2022-10-21T20:34:47.671Z")
public class Tax
extends Object
An amount of money levied on the price of a Product by a legislative body.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid Moneytax amount@Valid MoneyA categorization of the tax rate.Tax rateinthashCode()voidsetTaxAmount(Money taxAmount) voidsetTaxCategory(Money taxCategory) voidsetTaxRate(Float taxRate) taxCategory(Money taxCategory) toString()
-
Constructor Details
-
Tax
public Tax()
-
-
Method Details
-
taxAmount
-
getTaxAmount
tax amount- Returns:
- taxAmount
-
setTaxAmount
-
taxCategory
-
getTaxCategory
A categorization of the tax rate.- Returns:
- taxCategory
-
setTaxCategory
-
taxRate
-
getTaxRate
Tax rate- Returns:
- taxRate
-
setTaxRate
-
equals
-
hashCode
public int hashCode() -
toString
-