com.konakartadmin.modules.payment
Interface AdminPaymentIf

All Known Implementing Classes:
AdminPayment, AdminPayment

public interface AdminPaymentIf

Interface for the Admin Payment Class


Method Summary
 com.konakart.app.NameValue[] execute(com.konakart.app.PaymentOptions options)
          This method executes the transaction with the payment gateway.
 

Method Detail

execute

com.konakart.app.NameValue[] execute(com.konakart.app.PaymentOptions options)
                                     throws java.lang.Exception
This method executes the transaction with the payment gateway. The action attribute of the options object instructs the method as to what transaction should be executed. E.g. It could be a payment or a payment confirmation for a transaction that has already been authorized etc.

Parameters:
options -
Returns:
Returns an array of NameValue objects that may contain any return information considered useful by the caller.
Throws:
java.lang.Exception


Copyright © 2011 DS Data Systems UK Ltd.