atg.payment.tax
Interface TaxStatus

All Superinterfaces:
PaymentStatus, java.io.Serializable
All Known Implementing Classes:
CyberSourceStatus, DummyTaxStatus, TaxWareStatus

public interface TaxStatus
extends PaymentStatus

This class defines a tax calculation transaction status. It encapsulates basic transaction information returned from a tax system.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 double getCityTax()
          The city tax amount
 double getCountryTax()
          The country tax amount
 double getCountyTax()
          The county tax amount
 double getDistrictTax()
          The district/territory tax amount
 double getStateTax()
          The state/province tax amount
 
Methods inherited from interface atg.payment.PaymentStatus
getAmount, getErrorMessage, getTransactionId, getTransactionSuccess, getTransactionTimestamp
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Method Detail

getCityTax

double getCityTax()
The city tax amount


getStateTax

double getStateTax()
The state/province tax amount


getCountyTax

double getCountyTax()
The county tax amount


getDistrictTax

double getDistrictTax()
The district/territory tax amount


getCountryTax

double getCountryTax()
The country tax amount