| Interface | Description |
|---|---|
| ShippingDestination |
An object which represents the address to which items are being shipped
|
| TaxableItem |
This class is an interface of Tax payment information.
|
| TaxProcessor |
This class defines an interface for tax calculation processing over
different tax payment systems such as CyberCash, CyberSource, Taxware.
|
| TaxRequestInfo |
This class is an interface of Tax payment information.
|
| TaxStatus |
This class defines a tax calculation transaction status.
|
| Class | Description |
|---|---|
| ShippingDestinationImpl | |
| TaxableItemImpl |
Implementation of TaxableItem for use with all TaxProcessors
|
| TaxRequestInfoImpl |
Impelemetaion of atg.payment.tax.TaxRequestInfo.
|