|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PaymentOptionsIf
Payment options which is passed to the admin payment module. It contains all of the necessary information that the module requires to perform the payment gateway transaction.
| Method Summary | |
|---|---|
int |
getAction()
Action attribute to inform the payment module what action to take. |
CreditCard |
getCreditCard()
Object containing credit card details |
int |
getOrderId()
The id of the order |
NameValue[] |
getParameters()
Parameters passed to the payment module |
int |
getSubscriptionId()
The id of the KonaKart subscription object |
void |
setAction(int action)
Action attribute to inform the payment module what action to take. |
void |
setCreditCard(CreditCard creditCard)
Object containing credit card details |
void |
setOrderId(int orderId)
The id of the order |
void |
setParameters(NameValue[] parameters)
Parameters passed to the payment module |
void |
setSubscriptionId(int subscriptionId)
The id of the KonaKart subscription object |
| Method Detail |
|---|
int getOrderId()
void setOrderId(int orderId)
orderId - the orderId to setNameValue[] getParameters()
void setParameters(NameValue[] parameters)
parameters - the parameters to setCreditCard getCreditCard()
void setCreditCard(CreditCard creditCard)
creditCard - the creditCard to setint getAction()
void setAction(int action)
action - the action to setint getSubscriptionId()
void setSubscriptionId(int subscriptionId)
subscriptionId - the subscriptionId to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||