Package com.broadleafcommerce.tax.domain
Class CommitTaxResponse
- java.lang.Object
-
- com.broadleafcommerce.tax.domain.CommitTaxResponse
-
- All Implemented Interfaces:
Serializable
public class CommitTaxResponse extends Object implements Serializable
Encapsulated response indicating that a tax transaction was committed.- Author:
- Kelly Tisdell (ktisdell)
- See Also:
CommitTaxRequest, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommitTaxResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)Map<String,Object>getInternalAttributes()Any internal attributes that may need to be used for later tax operations.StringgetTaxProviderId()Represents theTaxProviderthat was used to respond to a correspondingCommitTaxRequest.inthashCode()voidsetInternalAttributes(Map<String,Object> internalAttributes)Any internal attributes that may need to be used for later tax operations.voidsetTaxProviderId(String taxProviderId)Represents theTaxProviderthat was used to respond to a correspondingCommitTaxRequest.StringtoString()
-
-
-
Method Detail
-
getTaxProviderId
public String getTaxProviderId()
Represents theTaxProviderthat was used to respond to a correspondingCommitTaxRequest.
-
getInternalAttributes
public Map<String,Object> 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
public void setTaxProviderId(String taxProviderId)
Represents theTaxProviderthat was used to respond to a correspondingCommitTaxRequest.
-
setInternalAttributes
public void setInternalAttributes(Map<String,Object> internalAttributes)
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.
-
canEqual
protected boolean canEqual(Object other)
-
-