|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.PaymentOptions
public class 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 | |
---|---|
PaymentOptions()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PaymentOptions()
Method Detail |
---|
public int getOrderId()
public void setOrderId(int _orderId)
_orderId
- the orderId to setpublic NameValue[] getParameters()
public void setParameters(NameValue[] _parameters)
_parameters
- the parameters to setpublic CreditCard getCreditCard()
public void setCreditCard(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 |