Package com.broadleafcommerce.tax.domain
Class CommitTaxResponse
java.lang.Object
com.broadleafcommerce.tax.domain.CommitTaxResponse
- All Implemented Interfaces:
Serializable
Encapsulated response indicating that a tax transaction was committed.
- Author:
- Kelly Tisdell (ktisdell)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Any internal attributes that may need to be used for later tax operations.Represents theTaxProvider
that was used to respond to a correspondingCommitTaxRequest
.int
hashCode()
void
setInternalAttributes
(Map<String, Object> internalAttributes) Any internal attributes that may need to be used for later tax operations.void
setTaxProviderId
(String taxProviderId) Represents theTaxProvider
that was used to respond to a correspondingCommitTaxRequest
.toString()
-
Constructor Details
-
CommitTaxResponse
public CommitTaxResponse()
-
-
Method Details
-
getTaxProviderId
Represents theTaxProvider
that was used to respond to a correspondingCommitTaxRequest
. -
getInternalAttributes
Any internal attributes that may need to be used for later tax operations. Any values set here will be saved in the order's internal attributes field. -
setTaxProviderId
Represents theTaxProvider
that was used to respond to a correspondingCommitTaxRequest
. -
setInternalAttributes
Any internal attributes that may need to be used for later tax operations. Any values set here will be saved in the order's internal attributes field. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-