Package com.broadleafcommerce.tax.domain
Class ReverseTaxTransactionResponse
java.lang.Object
com.broadleafcommerce.tax.domain.ReverseTaxTransactionResponse
Encapsulated response indicating that a request to reverse a tax transaction has been executed.
- Author:
- Kelly Tisdell (ktisdell)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
This is simply a hint that can be provided by the client that indicates that taxes were previously calculated by a particularTaxProvider
.int
hashCode()
void
setTaxProviderId
(String taxProviderId) This is simply a hint that can be provided by the client that indicates that taxes were previously calculated by a particularTaxProvider
.toString()
-
Constructor Details
-
ReverseTaxTransactionResponse
public ReverseTaxTransactionResponse()
-
-
Method Details
-
getTaxProviderId
This is simply a hint that can be provided by the client that indicates that taxes were previously calculated by a particularTaxProvider
. Note that this is optional and is a hint that is used for selecting the appropriateTaxProvider
for further interactions, or for logging details when a fallback (or no-op) method is executed. -
setTaxProviderId
This is simply a hint that can be provided by the client that indicates that taxes were previously calculated by a particularTaxProvider
. Note that this is optional and is a hint that is used for selecting the appropriateTaxProvider
for further interactions, or for logging details when a fallback (or no-op) method is executed. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-