public class PSCredit extends PSObject
Modifier and Type | Field and Description |
---|---|
protected PSOrder | order
Deprecated.
|
Constructor and Description |
---|
PSCredit(com.ibm.etill.org.w3c.dom.Element xmlCredit)
Deprecated.
Construct a PSCredit object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer | getAmount()
Deprecated.
Returns the Amount attribute of the credit.
|
java.lang.Integer | getAmountExp10()
Deprecated.
Returns the AmountExp10 attribute of the credit.
|
java.lang.String | getBatchNumber()
Deprecated.
Returns the BatchNumber attribute of the credit.
|
java.lang.String | getCreditNumber()
Deprecated.
Returns the CreditNumber attribute of the credit.
|
java.lang.String | getCurrency()
Deprecated.
Returns the Currency attribute of the credit.
|
java.lang.String | getMerchantAccount()
Deprecated.
Returns the MerchantAccount attribute of the credit.
|
java.lang.String | getMerchantNumber()
Deprecated.
Returns the MerchantNumber attribute of the credit.
|
PSOrder | getOrder()
Deprecated.
Returns a particular order associated with this credit.
|
java.lang.String | getOrderNumber()
Deprecated.
Returns the OrderNumber attribute of the credit.
|
java.lang.String | getPaymentType()
Deprecated.
Returns the PaymentType attribute of the credit.
|
java.lang.String | getReferenceNumber()
Deprecated.
Returns the ReferenceNumber attribute of the credit.
|
java.lang.String | getState()
Deprecated.
Returns the CurrentState attribute of the credit.
|
java.util.Date | getTimeCreated()
Deprecated.
Returns the TimeCreated attribute of the credit.
|
java.util.Date | getTimeModified()
Deprecated.
Returns the TimeModified attribute of the credit.
|
protected static java.util.Hashtable | processCollection(com.ibm.etill.org.w3c.dom.Element element)
Deprecated.
processCollection
|
void | setOrder(PSOrder order)
Deprecated.
Returns a particular SETOrder associated with this credit.
|
protected PSOrder order
public PSCredit(com.ibm.etill.org.w3c.dom.Element xmlCredit)
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 getCreditNumber()
public java.lang.String getPaymentType()
public java.lang.Integer getAmount()
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.String getMerchantAccount()
public PSOrder getOrder()
public void setOrder(PSOrder order)