public interface PaymentOptionsIf
Modifier and Type | Method and Description |
---|---|
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 |
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(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 |
setRefundId(int refundId)
Id of the KonaKart Order Refund refund object
|
void |
setSubscriptionId(int subscriptionId)
The id of the KonaKart subscription object
|
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 setint getRefundId()
void setRefundId(int refundId)
refundId
- the refundId to setCopyright © 2018 DS Data Systems UK Ltd.