|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.component.payment.impl.remote.ThirdPartyStoredValueCardAdaptor
Constructor Summary | |
ThirdPartyStoredValueCardAdaptor(StoredValueCardPayment storedValueCardPayment)
|
|
ThirdPartyStoredValueCardAdaptor(java.lang.String storedValueCardAccountNumber)
|
|
ThirdPartyStoredValueCardAdaptor(java.lang.String storedValueCardAccountNumber,
java.lang.String storedValueCardPin)
|
Method Summary | |
StoredValueCardAuthorizationResponse |
getResponseForAuthorization()
Both the account number and pin number must be set before authorization takes place. |
StoredValueCardCashoutResponse |
getResponseForCashout()
Account number is needed for an inquiry (pin number does not need to be provided). |
StoredValueCardInquiryResponse |
getResponseForInquiry()
Account number is needed for an inquiry (pin number does not need to be provided). |
void |
voidAuthorization()
Both the account number and pin number must be set before a void authorization takes place. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ThirdPartyStoredValueCardAdaptor(StoredValueCardPayment storedValueCardPayment) throws SystemException
public ThirdPartyStoredValueCardAdaptor(java.lang.String storedValueCardAccountNumber, java.lang.String storedValueCardPin) throws SystemException
public ThirdPartyStoredValueCardAdaptor(java.lang.String storedValueCardAccountNumber) throws SystemException
Method Detail |
public StoredValueCardAuthorizationResponse getResponseForAuthorization() throws SystemException
SystemException
public StoredValueCardInquiryResponse getResponseForInquiry() throws SystemException
SystemException
public StoredValueCardCashoutResponse getResponseForCashout() throws SystemException
SystemException
public void voidAuthorization() throws SystemException
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |