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:
  • Constructor Details

    • CommitTaxResponse

      public CommitTaxResponse()
  • Method Details

    • getTaxProviderId

      public String getTaxProviderId()
      Represents the TaxProvider that was used to respond to a corresponding CommitTaxRequest.
    • 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 the TaxProvider that was used to respond to a corresponding CommitTaxRequest.
    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object