public class PSPayment extends PSObject
Modifier and Type | Field and Description |
---|---|
protected PSOrder | order
Deprecated.
|
Constructor and Description |
---|
PSPayment(com.ibm.etill.org.w3c.dom.Element xmlPayment)
Deprecated.
Construct a PSPayment object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer | getAmountExp10()
Deprecated.
Returns the AmountExp10 attribute of the payment.
|
java.lang.String | getApprovalExpiry()
Deprecated.
Returns the ApprovalExpiry attribute of the payment.
|
java.lang.Integer | getApproveAmount()
Deprecated.
Returns the ApproveAmount attribute of the payment.
|
java.util.Date | getApproveTime()
Deprecated.
Returns the ApproveTime attribute of the payment.
|
java.lang.String | getBatchNumber()
Deprecated.
Returns the BatchNumber attribute of the payment.
|
java.lang.String | getCurrency()
Deprecated.
Returns the Currency attribute of the payment.
|
java.lang.Integer | getDepositAmount()
Deprecated.
Returns the DepositAmount attribute of the payment.
|
java.lang.String | getMerchantAccount()
Deprecated.
Returns the MerchantAccount attribute of the payment.
|
java.lang.String | getMerchantNumber()
Deprecated.
Returns the MerchantNumber attribute of the payment.
|
PSOrder | getOrder()
Deprecated.
Returns a particular order associated with this payment.
|
java.lang.String | getOrderNumber()
Deprecated.
Returns the OrderNumber attribute of the payment.
|
java.lang.String | getPaymentNumber()
Deprecated.
Returns the PaymentNumber attribute of the payment.
|
java.lang.String | getPaymentType()
Deprecated.
Returns the PaymentType attribute of the payment.
|
java.lang.String | getReferenceNumber()
Deprecated.
Returns the ReferenceNumber attribute of the payment.
|
java.lang.String | getState()
Deprecated.
Returns the CurrentState attribute of the payment.
|
java.util.Date | getTimeCreated()
Deprecated.
Returns the TimeCreated attribute of the payment.
|
java.util.Date | getTimeModified()
Deprecated.
Returns the TimeModified attribute of the payment.
|
protected static java.util.Hashtable | processCollection(com.ibm.etill.org.w3c.dom.Element element)
Deprecated.
processCollection
|
void | setOrder(PSOrder order)
Deprecated.
Assign the Order object to this payment.
|
protected PSOrder order
public PSPayment(com.ibm.etill.org.w3c.dom.Element xmlPayment)
protected static java.util.Hashtable processCollection(com.ibm.etill.org.w3c.dom.Element element)
public java.lang.String getMerchantNumber()
public java.lang.String getOrderNumber()
public java.lang.String getPaymentNumber()
public java.lang.String getPaymentType()
public java.lang.Integer getApproveAmount()
public java.lang.Integer getAmountExp10()
public java.lang.String getCurrency()
public java.util.Date getTimeCreated()
public java.util.Date getTimeModified()
public java.lang.String getState()
public java.lang.String getBatchNumber()
public java.lang.String getReferenceNumber()
public java.lang.Integer getDepositAmount()
public java.lang.String getMerchantAccount()
public PSOrder getOrder()
public void setOrder(PSOrder order)
public java.lang.String getApprovalExpiry()
public java.util.Date getApproveTime()