public class AdminPaymentOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
action |
private AdminCreditCard |
creditCard |
private int |
orderId |
private AdminNameValue[] |
parameters |
private int |
refundId |
private int |
subscriptionId |
Constructor and Description |
---|
AdminPaymentOptions()
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getAction()
Action attribute to inform the payment module what action to take.
|
AdminCreditCard |
getCreditCard()
Object containing credit card details
|
int |
getOrderId()
The id of the order
|
AdminNameValue[] |
getParameters()
Parameters passed to the payment module
|
int |
getRefundId()
Id of the KonaKart Order Refund object
|
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(AdminCreditCard creditCard)
Object containing credit card details
|
void |
setOrderId(int orderId)
The id of the order
|
void |
setParameters(AdminNameValue[] parameters)
Parameters passed to the payment module
|
void |
setRefundId(int refundId)
Id of the KonaKart Order Refund refund object
|
void |
setSubscriptionId(int subscriptionId)
The id of the KonaKart subscription object
|
java.lang.String |
toString()
Returns a string containing the attributes of the PaymentDetail object
|
private int orderId
private int subscriptionId
private int refundId
private int action
private AdminNameValue[] parameters
private AdminCreditCard creditCard
public java.lang.String toString()
toString
in class java.lang.Object
public int getOrderId()
public void setOrderId(int orderId)
orderId
- the orderId to setpublic AdminNameValue[] getParameters()
public void setParameters(AdminNameValue[] parameters)
parameters
- the parameters to setpublic AdminCreditCard getCreditCard()
public void setCreditCard(AdminCreditCard 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 setpublic int getRefundId()
public void setRefundId(int refundId)
refundId
- the refundId to setCopyright © 2018 DS Data Systems UK Ltd.