atg.commerce.order.purchase
Class CommerceItemPaymentInfo
java.lang.Object
   atg.commerce.order.purchase.CommerceIdentifierPaymentInfo
atg.commerce.order.purchase.CommerceIdentifierPaymentInfo
       atg.commerce.order.purchase.CommerceItemPaymentInfo
atg.commerce.order.purchase.CommerceItemPaymentInfo
- All Implemented Interfaces: 
- java.io.Serializable
- public class CommerceItemPaymentInfo 
- extends CommerceIdentifierPaymentInfo
This is a CommerceIdentifierPaymentInfo whose CommerceIdentifier is a CommerceItem.
- See Also:
- Serialized Form
 
 
| Method Summary | 
|  java.lang.String | getAmountRemainingType()
 getAmountRemainingTypeis used to return the amount remaining relationship
 type String based on the CommerceIdentifier being a CommerceItem. | 
|  java.lang.String | getAmountType()
 getAmountTypeis used to return the amount relationship type String
 based on the CommerceIdentifier being a CommerceItem. | 
 
| 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
CommerceItemPaymentInfo
public CommerceItemPaymentInfo()
- Creates a new CommerceItemPaymentInfoinstance.
 
getAmountType
public java.lang.String getAmountType()
- getAmountTypeis used to return the amount relationship type String
 based on the CommerceIdentifier being a CommerceItem.- 
 
- 
- 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 a CommerceItem.- 
 
- 
- Overrides:
- getAmountRemainingTypein class- CommerceIdentifierPaymentInfo
 
- 
- Returns:
- a Stringvalue