java.lang.Object
com.logicommerce.sdk.models.payment.PaymentDataFormImpl
- All Implemented Interfaces:
PaymentData,PaymentDataForm
PaymentDataFormImpl class.
- Since:
- 1.0.16
- Author:
- Logicommerce
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PaymentDataFormImpl
public PaymentDataFormImpl()
-
-
Method Details
-
getMethod
getMethod.
- Specified by:
getMethodin interfacePaymentDataForm- Returns:
- a
Stringobject
-
getParams
getParams.
- Specified by:
getParamsin interfacePaymentDataForm- Returns:
- a
Listobject
-
getUrl
getUrl.
- Specified by:
getUrlin interfacePaymentDataForm- Returns:
- a
Stringobject
-
setMethod
Setter for the field
method.- Parameters:
method- aStringobject
-
setParams
Setter for the field
params.- Parameters:
params- aListobject
-
setUrl
Setter for the field
url.- Parameters:
url- aStringobject
-