public class CommerceIdentifierPaymentInfo
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
| Constructor and Description |
|---|
CommerceIdentifierPaymentInfo()
Creates a new
CommerceIdentifierPaymentInfo instance. |
| Modifier and Type | Method and Description |
|---|---|
double |
getAmount()
Return the Amount property.
|
java.lang.String |
getAmountRemainingType()
getAmountRemainingType is used to return the amount remaining relationship
type String based on the CommerceIdentifier type. |
java.lang.String |
getAmountType()
getAmountType is used to return the amount relationship type String
based on the CommerceIdentifier type. |
CommerceIdentifier |
getCommerceIdentifier()
Return the CommerceIdentifier property.
|
java.lang.String |
getCreditCardVerificationNumber()
Many credit cards have a card verification number printed, not embossed, on the card.
|
java.lang.String |
getPaymentMethod()
Return the PaymentMethod property.
|
long |
getQuantity()
Return the Quantity property.
|
java.lang.String |
getRelationshipType()
Return the RelationshipType property.
|
double |
getSplitAmount()
Return the SplitAmount property.
|
java.lang.String |
getSplitPaymentMethod()
Return the SplitPaymentMethod property.
|
long |
getSplitQuantity()
Return the SplitQuantity property.
|
void |
setAmount(double pAmount)
Set the Amount property.
|
void |
setCommerceIdentifier(CommerceIdentifier pCommerceIdentifier)
Set the CommerceIdentifier property.
|
void |
setCreditCardVerificationNumber(java.lang.String pCreditCardVerificationNumber)
Sets the creditCardVerificationNumber
Many credit cards have a card verification number printed, not embossed, on the card.
|
void |
setPaymentMethod(java.lang.String pPaymentMethod)
Set the PaymentMethod property.
|
void |
setQuantity(long pQuantity)
Set the Quantity property.
|
void |
setRelationshipType(java.lang.String pRelationshipType)
Set the RelationshipType property.
|
void |
setSplitAmount(double pSplitAmount)
Set the SplitAmount property.
|
void |
setSplitPaymentMethod(java.lang.String pSplitPaymentMethod)
Set the SplitPaymentMethod property.
|
void |
setSplitQuantity(long pSplitQuantity)
Set the SplitQuantity property.
|
java.lang.String |
toString()
Method that renders the general order information in a readable string format
|
public CommerceIdentifierPaymentInfo()
CommerceIdentifierPaymentInfo instance.public void setCommerceIdentifier(CommerceIdentifier pCommerceIdentifier)
pCommerceIdentifier - a CommerceIdentifier valuepublic CommerceIdentifier getCommerceIdentifier()
CommerceIdentifier valuepublic void setRelationshipType(java.lang.String pRelationshipType)
pRelationshipType - a String valuepublic java.lang.String getRelationshipType()
String valuepublic void setPaymentMethod(java.lang.String pPaymentMethod)
pPaymentMethod - a String valuepublic java.lang.String getPaymentMethod()
String valuepublic void setAmount(double pAmount)
pAmount - a double valuepublic double getAmount()
double valuepublic void setQuantity(long pQuantity)
pQuantity - a long valuepublic long getQuantity()
long valuepublic void setSplitPaymentMethod(java.lang.String pSplitPaymentMethod)
pSplitPaymentMethod - a String valuepublic java.lang.String getSplitPaymentMethod()
String valuepublic void setSplitAmount(double pSplitAmount)
pSplitAmount - a double valuepublic double getSplitAmount()
double valuepublic void setSplitQuantity(long pSplitQuantity)
pSplitQuantity - a long valuepublic long getSplitQuantity()
long valuepublic java.lang.String getAmountType()
getAmountType is used to return the amount relationship type String
based on the CommerceIdentifier type.String valuepublic java.lang.String getAmountRemainingType()
getAmountRemainingType is used to return the amount remaining relationship
type String based on the CommerceIdentifier type.String valuepublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getCreditCardVerificationNumber()
public void setCreditCardVerificationNumber(java.lang.String pCreditCardVerificationNumber)
pCreditCardVerificationNumber - The creditCardVerificationNumber to set.