Class TaxItem
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.TaxItem
@Validated
@Generated(value="de.hybris.platform.tuawebservicesresources.swagger.TmaCodegen",
date="2022-10-21T20:35:04.698Z")
public class TaxItem
extends Object
A tax item is created for each tax rate and tax type used in the bill.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionatbaseType(String atbaseType) atschemaLocation(String atschemaLocation) booleanWhen sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity name@Valid MoneyAmount of tax expressed in the given currencyTax categoryApplied rate of the taxinthashCode()voidsetAtbaseType(String atbaseType) voidsetAtschemaLocation(String atschemaLocation) voidvoidsetTaxAmount(Money taxAmount) voidsetTaxCategory(String taxCategory) voidsetTaxRate(Float taxRate) taxCategory(String taxCategory) toString()
-
Constructor Details
-
TaxItem
public TaxItem()
-
-
Method Details
-
taxCategory
-
getTaxCategory
Tax category- Returns:
- taxCategory
-
setTaxCategory
-
taxRate
-
getTaxRate
Applied rate of the tax- Returns:
- taxRate
-
setTaxRate
-
taxAmount
-
getTaxAmount
Amount of tax expressed in the given currency- Returns:
- taxAmount
-
setTaxAmount
-
atbaseType
-
getAtbaseType
When sub-classing, this defines the super-class- Returns:
- atbaseType
-
setAtbaseType
-
atschemaLocation
-
getAtschemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atschemaLocation
-
setAtschemaLocation
-
attype
-
getAttype
When sub-classing, this defines the sub-class entity name- Returns:
- attype
-
setAttype
-
equals
-
hashCode
public int hashCode() -
toString
-