|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.rmi.app.S_PaymentOptions
public class S_PaymentOptions
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.
| Constructor Summary | |
|---|---|
S_PaymentOptions()
|
|
| Method Summary | |
|---|---|
int |
getAction()
Action attribute to inform the payment module what action to take. |
S_CreditCard |
getCreditCard()
Object containing credit card details |
int |
getOrderId()
The id of the order |
S_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(S_CreditCard _creditCard)
Object containing credit card details |
void |
setOrderId(int _orderId)
The id of the order |
void |
setParameters(S_NameValue[] _parameters)
Parameters passed to the payment module |
void |
setSubscriptionId(int _subscriptionId)
The id of the KonaKart subscription object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public S_PaymentOptions()
| Method Detail |
|---|
public int getOrderId()
public void setOrderId(int _orderId)
_orderId - the orderId to setpublic S_NameValue[] getParameters()
public void setParameters(S_NameValue[] _parameters)
_parameters - the parameters to setpublic S_CreditCard getCreditCard()
public void setCreditCard(S_CreditCard _creditCard)
_creditCard - the creditCard to setpublic int getAction()
public void setAction(int _action)
_action - the action to setpublic int getSubscriptionId()
public 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 | ||||||||