public class OrderPaymentInfo extends CommerceIdentifierPaymentInfo
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AMOUNT_TYPE |
static java.lang.String |
AMOUNTREMAINING_TYPE |
static java.lang.String |
CLASS_VERSION |
| Constructor and Description |
|---|
OrderPaymentInfo()
Creates a new
OrderPaymentInfo instance. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAmountRemainingType()
getAmountRemainingType is used to return the amount remaining relationship
type String based on the CommerceIdentifier being the Order. |
java.lang.String |
getAmountType()
getAmountType is used to return the amount relationship type String
based on the CommerceIdentifier being the Order. |
getAmount, getCommerceIdentifier, getCreditCardVerificationNumber, getPaymentMethod, getQuantity, getRelationshipType, getSplitAmount, getSplitPaymentMethod, getSplitQuantity, setAmount, setCommerceIdentifier, setCreditCardVerificationNumber, setPaymentMethod, setQuantity, setRelationshipType, setSplitAmount, setSplitPaymentMethod, setSplitQuantity, toStringpublic static java.lang.String CLASS_VERSION
public static final java.lang.String AMOUNT_TYPE
public static final java.lang.String AMOUNTREMAINING_TYPE
public OrderPaymentInfo()
OrderPaymentInfo instance.public java.lang.String getAmountType()
getAmountType is used to return the amount relationship type String
based on the CommerceIdentifier being the Order.getAmountType in class CommerceIdentifierPaymentInfoString valuepublic java.lang.String getAmountRemainingType()
getAmountRemainingType is used to return the amount remaining relationship
type String based on the CommerceIdentifier being the Order.getAmountRemainingType in class CommerceIdentifierPaymentInfoString value