Package com.broadleafcommerce.tax.domain
Class CommitTaxRequest
- java.lang.Object
-
- com.broadleafcommerce.tax.domain.TaxCalculationRequest
-
- com.broadleafcommerce.tax.domain.CommitTaxRequest
-
- All Implemented Interfaces:
Serializable
public class CommitTaxRequest extends TaxCalculationRequest
Encapsulated request that indicates that a Tax transaction should be committed. Transactions can be committed byTax Accessorsthat save or create a record of taxes collected. This is typically for reporting and remittance.- Author:
- Kelly Tisdell (ktisdell)
- See Also:
TaxCalculationRequest,CommitTaxResponse, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommitTaxRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)inthashCode()StringtoString()-
Methods inherited from class com.broadleafcommerce.tax.domain.TaxCalculationRequest
getAttributes, getCartId, getCurrency, getCustomer, getCustomerTaxExemptionCode, getProviderId, getTaxCalculationGroups, setAttributes, setCartId, setCurrency, setCustomer, setCustomerTaxExemptionCode, setProviderId, setTaxCalculationGroups
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classTaxCalculationRequest
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqualin classTaxCalculationRequest
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTaxCalculationRequest
-
toString
public String toString()
- Overrides:
toStringin classTaxCalculationRequest
-
-