atg.commerce.order.purchase
Class TaxPaymentInfo
java.lang.Object
   atg.commerce.order.purchase.CommerceIdentifierPaymentInfo
atg.commerce.order.purchase.CommerceIdentifierPaymentInfo
       atg.commerce.order.purchase.TaxPaymentInfo
atg.commerce.order.purchase.TaxPaymentInfo
- All Implemented Interfaces: 
- java.io.Serializable
- public class TaxPaymentInfo 
- extends CommerceIdentifierPaymentInfo
This is a CommerceIdentifierPaymentInfo whose CommerceIdentifier is an Order.
 Semantically this is used for tax payments.
- See Also:
- Serialized Form
 
| Constructor Summary | 
| TaxPaymentInfo()Creates a new
 TaxPaymentInfoinstance. | 
 
| Method Summary | 
|  java.lang.String | getAmountRemainingType()
 getAmountRemainingTypeis used to return the amount remaining relationship
 type String based on the CommerceIdentifier being the Order and representing its tax. | 
|  java.lang.String | getAmountType()
 getAmountTypeis used to return the amount relationship type String
 based on the CommerceIdentifier being the Order and representing its tax. | 
 
| Methods inherited from class atg.commerce.order.purchase.CommerceIdentifierPaymentInfo | 
| getAmount, getCommerceIdentifier, getCreditCardVerificationNumber, getPaymentMethod, getQuantity, getRelationshipType, getSplitAmount, getSplitPaymentMethod, getSplitQuantity, setAmount, setCommerceIdentifier, setCreditCardVerificationNumber, setPaymentMethod, setQuantity, setRelationshipType, setSplitAmount, setSplitPaymentMethod, setSplitQuantity, toString | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
CLASS_VERSION
public static java.lang.String CLASS_VERSION
AMOUNT_TYPE
public static final java.lang.String AMOUNT_TYPE
- See Also:
- Constant Field Values
AMOUNTREMAINING_TYPE
public static final java.lang.String AMOUNTREMAINING_TYPE
- See Also:
- Constant Field Values
TaxPaymentInfo
public TaxPaymentInfo()
- Creates a new TaxPaymentInfoinstance.
 
getAmountType
public java.lang.String getAmountType()
- getAmountTypeis used to return the amount relationship type String
 based on the CommerceIdentifier being the Order and representing its tax.- 
 
- 
- Overrides:
- getAmountTypein class- CommerceIdentifierPaymentInfo
 
- 
- Returns:
- a Stringvalue
 
getAmountRemainingType
public java.lang.String getAmountRemainingType()
- getAmountRemainingTypeis used to return the amount remaining relationship
 type String based on the CommerceIdentifier being the Order and representing its tax.- 
 
- 
- Overrides:
- getAmountRemainingTypein class- CommerceIdentifierPaymentInfo
 
- 
- Returns:
- a Stringvalue