public class PSOrder extends PSObject
Modifier and Type | Field and Description |
---|---|
protected java.util.Hashtable | creditCollection
Deprecated.
|
protected java.util.Hashtable | paymentCollection
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected | PSOrder(com.ibm.etill.org.w3c.dom.Element xmlOrder)
Deprecated.
Construct a PSOrder object.
|
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration | enumerateCredits()
Deprecated.
Returns an enumeration of all credits returned with this order.
|
java.util.Enumeration | enumeratePayments()
Deprecated.
Returns an enumeration of all payments returned with this order.
|
java.lang.Integer | getAmount()
Deprecated.
Returns the Amount attribute of the order.
|
java.lang.Integer | getAmountExp10()
Deprecated.
Returns the AmountExp10 attribute of the order.
|
java.lang.Boolean | getApprovesAllowed()
Deprecated.
Returns the ApprovesAllowed attribute of the order.
|
java.lang.String | getBrand()
Deprecated.
Returns the Brand attribute of the order.
|
PSCredit | getCredit(java.lang.String creditNumber)
Deprecated.
Returns a particular credit associated with this order.
|
java.lang.String | getCurrency()
Deprecated.
Returns the Currency attribute of the order.
|
java.lang.String | getMerchantAccount()
Deprecated.
Returns the MerchantAccount attribute of the order.
|
java.lang.String | getMerchantNumber()
Deprecated.
Returns the MerchantNumber attribute of the order.
|
java.lang.Boolean | getMerchantOriginated()
Deprecated.
Returns the MerchantOriginated attribute of the order.
|
java.lang.String | getOrderData1()
Deprecated.
Returns the orderData1 attribute of the order.
|
java.lang.String | getOrderData2()
Deprecated.
Returns the orderData2 attribute of the order.
|
java.lang.String | getOrderData3()
Deprecated.
Returns the orderData3 attribute of the order.
|
byte[] | getOrderData4()
Deprecated.
Returns the orderData4 attribute of the order.
|
byte[] | getOrderData5()
Deprecated.
Returns the orderData5 attribute of the order.
|
java.lang.String | getOrderNumber()
Deprecated.
Returns the OrderNumber attribute of the order.
|
java.lang.String | getOrderURL()
Deprecated.
Returns the OrderURL attribute of the order.
|
PSPayment | getPayment(java.lang.String paymentNumber)
Deprecated.
Returns a particular payment associated with this order.
|
java.lang.String | getPaymentType()
Deprecated.
Returns the PaymentType attribute of the order.
|
java.lang.String | getState()
Deprecated.
Returns the CurrentState attribute of the order.
|
java.util.Date | getTimeCreated()
Deprecated.
Returns the TimeCreated attribute of the order.
|
java.util.Date | getTimeModified()
Deprecated.
Returns the TimeModified attribute of the order.
|
java.lang.String | getTransactionID()
Deprecated.
Returns the transactionID attribute of the order.
|
java.lang.Integer | getUnapprovedAmount()
Deprecated.
Returns the unapproved amount attribute of the order.
|
int | numberOfCredits()
Deprecated.
Returns the number of credits returned with this order.
|
int | numberOfPayments()
Deprecated.
Returns the number of payments returned with this order.
|
protected static java.util.Hashtable | processCollection(com.ibm.etill.org.w3c.dom.Element element)
Deprecated.
processCollection
|
protected java.util.Hashtable paymentCollection
protected java.util.Hashtable creditCollection
protected PSOrder(com.ibm.etill.org.w3c.dom.Element xmlOrder)
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.Boolean getMerchantOriginated()
public java.lang.Integer getAmount()
public java.lang.Integer getAmountExp10()
public java.lang.String getCurrency()
public java.lang.String getPaymentType()
public java.util.Date getTimeCreated()
public java.util.Date getTimeModified()
public java.lang.String getState()
public java.lang.String getBrand()
public java.lang.String getOrderURL()
public java.lang.String getTransactionID()
public java.lang.String getOrderData1()
public java.lang.String getOrderData2()
public java.lang.String getOrderData3()
public byte[] getOrderData4()
public byte[] getOrderData5()
public java.lang.String getMerchantAccount()
public java.lang.Boolean getApprovesAllowed()
public java.lang.Integer getUnapprovedAmount()
public int numberOfPayments()
public java.util.Enumeration enumeratePayments()
public PSPayment getPayment(java.lang.String paymentNumber)
public int numberOfCredits()
public java.util.Enumeration enumerateCredits()
public PSCredit getCredit(java.lang.String creditNumber)