| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TaxStatus
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 | 
|---|
static final java.lang.String CLASS_VERSION
| Method Detail | 
|---|
double getCityTax()
double getStateTax()
double getCountyTax()
double getDistrictTax()
double getCountryTax()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||