public class CommerceItemPaymentInfo 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 |
---|
CommerceItemPaymentInfo()
Creates a new
CommerceItemPaymentInfo 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 a CommerceItem. |
java.lang.String |
getAmountType()
getAmountType is used to return the amount relationship type String
based on the CommerceIdentifier being a CommerceItem. |
getAmount, getCommerceIdentifier, getCreditCardVerificationNumber, getPaymentMethod, getQuantity, getRelationshipType, getSplitAmount, getSplitPaymentMethod, getSplitQuantity, setAmount, setCommerceIdentifier, setCreditCardVerificationNumber, setPaymentMethod, setQuantity, setRelationshipType, setSplitAmount, setSplitPaymentMethod, setSplitQuantity, toString
public static java.lang.String CLASS_VERSION
public static final java.lang.String AMOUNT_TYPE
public static final java.lang.String AMOUNTREMAINING_TYPE
public CommerceItemPaymentInfo()
CommerceItemPaymentInfo
instance.public java.lang.String getAmountType()
getAmountType
is used to return the amount relationship type String
based on the CommerceIdentifier being a CommerceItem.getAmountType
in class CommerceIdentifierPaymentInfo
String
valuepublic java.lang.String getAmountRemainingType()
getAmountRemainingType
is used to return the amount remaining relationship
type String based on the CommerceIdentifier being a CommerceItem.getAmountRemainingType
in class CommerceIdentifierPaymentInfo
String
value