Package com.skava.tax.model
Class TaxCalculation
java.lang.Object
com.skava.tax.model.TaxCalculation
- All Implemented Interfaces:
Serializable
The Class TaxCalculation
This is the model class for TaxCalculation referring to Tax service model- Author:
- Infosys Equinox
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
The created date time.protected String
The provided by.protected BigDecimal
The shippingTax.protected BigDecimal
The totalItemTax.protected BigDecimal
The totalShippingTax. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
totalItemTax
The totalItemTax. -
totalShippingTax
The totalShippingTax. -
shippingTax
The shippingTax. -
providedBy
The provided by. -
calculationTime
protected long calculationTimeThe created date time.
-
-
Constructor Details
-
TaxCalculation
public TaxCalculation()
-