public class PSMerchantAccount extends PSAdminObject
Modifier | Constructor and Description |
---|---|
protected | PSMerchantAccount(com.ibm.etill.org.w3c.dom.Element xml)
Deprecated.
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | getAPApproveFlag()
Deprecated.
Returns AcceptPaymentApproveFlag on the merchant Account AcceptPaymentApproveFlag is a boolean 1 or 0 value item.
|
java.lang.String | getAPDepositFlag()
Deprecated.
Returns AcceptPaymentDepositFlag on the merchant Account AcceptPaymentDepositFlag is a boolean 1 or 0 value item.
|
java.lang.String | getApprovalExpiration()
Deprecated.
Returns ApprovalExpiration for the merchant Account
|
java.lang.String | getCassetteName()
Deprecated.
Returns the name of the cassette (paymentType) bound to this account
|
java.lang.String | getFITitle()
Deprecated.
Returns the financial institution title of this account.
|
java.lang.String | getMerchantAccountNumber()
Deprecated.
Returns the account number of this account
|
java.lang.String | getMerchantAccountTitle()
Deprecated.
Returns the account title of this account.
|
java.lang.String | getMerchantNumber()
Deprecated.
Returns the merchant number of the merchant who owns this account
|
java.lang.String | getRPApproveFlag()
Deprecated.
Returns ReceivePaymentApproveFlag on the merchant Account ReceivePaymentApproveFlag is a boolean 1 or 0 value item.
|
java.lang.String | getRPDepositFlag()
Deprecated.
Returns ReceivePaymentDepositFlag on the merchant Account ReceivePaymentDepositFlag is a boolean 1 or 0 value item.
|
protected static java.util.Hashtable | processCollection(com.ibm.etill.org.w3c.dom.Element element)
Deprecated.
processCollection
|
protected PSMerchantAccount(com.ibm.etill.org.w3c.dom.Element xml)
protected static java.util.Hashtable processCollection(com.ibm.etill.org.w3c.dom.Element element)
public java.lang.String getCassetteName()
public java.lang.String getMerchantNumber()
public java.lang.String getMerchantAccountNumber()
public java.lang.String getMerchantAccountTitle()
public java.lang.String getFITitle()
public java.lang.String getAPApproveFlag()
public java.lang.String getAPDepositFlag()
public java.lang.String getRPApproveFlag()
public java.lang.String getRPDepositFlag()
public java.lang.String getApprovalExpiration()