Class AppliedBillingTaxRate
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.AppliedBillingTaxRate
@Validated
@Generated(value="de.hybris.platform.tuawebservicesresources.swagger.TmaCodegen",
date="2022-10-21T20:35:04.698Z")
public class AppliedBillingTaxRate
extends Object
The applied billing tax rate represents taxes applied billing rate it refers to. It is calculated during the billing process.
-
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 MoneyTax amount expressed in the given currencyA categorization of the tax rateApplied rateinthashCode()voidsetAtbaseType(String atbaseType) voidsetAtschemaLocation(String atschemaLocation) voidvoidsetTaxAmount(Money taxAmount) voidsetTaxCategory(String taxCategory) voidsetTaxRate(Float taxRate) taxCategory(String taxCategory) toString()
-
Constructor Details
-
AppliedBillingTaxRate
public AppliedBillingTaxRate()
-
-
Method Details
-
taxCategory
-
getTaxCategory
A categorization of the tax rate- Returns:
- taxCategory
-
setTaxCategory
-
taxRate
-
getTaxRate
Applied rate- Returns:
- taxRate
-
setTaxRate
-
taxAmount
-
getTaxAmount
Tax amount 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
-