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

    • ReverseTaxTransactionResponse

      public ReverseTaxTransactionResponse()
  • Method Details

    • 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 particular TaxProvider. Note that this is optional and is a hint that is used for selecting the appropriate TaxProvider 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 particular TaxProvider. Note that this is optional and is a hint that is used for selecting the appropriate TaxProvider for further interactions, or for logging details when a fallback (or no-op) method is executed.
    • 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