Class ReverseTaxTransactionRequest

java.lang.Object
com.broadleafcommerce.tax.domain.TaxCalculationRequest
com.broadleafcommerce.tax.domain.ReverseTaxTransactionRequest
All Implemented Interfaces:
Serializable

public class ReverseTaxTransactionRequest extends TaxCalculationRequest
Encapsulated request indicating that taxes that have been committed or saved should be reversed. This is not a refund, but rather marks the taxes as no longer owed in systems that provide tax reporting and remittance. This often accompanies a refund.
Author:
Kelly Tisdell (ktisdell)
See Also:
  • Constructor Details

    • ReverseTaxTransactionRequest

      public ReverseTaxTransactionRequest()
  • Method Details