public interface TaxStatus extends PaymentStatus
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
| Modifier and Type | Method and Description |
|---|---|
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
|
getAmount, getErrorMessage, getTransactionId, getTransactionSuccess, getTransactionTimestampstatic final java.lang.String CLASS_VERSION
double getCityTax()
double getStateTax()
double getCountyTax()
double getDistrictTax()
double getCountryTax()