Package com.broadleafcommerce.tax.domain
Class ReverseTaxTransactionResponse
- java.lang.Object
-
- com.broadleafcommerce.tax.domain.ReverseTaxTransactionResponse
-
public class ReverseTaxTransactionResponse extends Object
Encapsulated response indicating that a request to reverse a tax transaction has been executed.- Author:
- Kelly Tisdell (ktisdell)
- See Also:
ReverseTaxTransactionRequest
-
-
Constructor Summary
Constructors Constructor Description ReverseTaxTransactionResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getTaxProviderId()
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
.String
toString()
-
-
-
Method Detail
-
getTaxProviderId
public String 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
public 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
. 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.
-
canEqual
protected boolean canEqual(Object other)
-
-