public class TransactionMobileSdkService extends Object
| Constructor and Description |
|---|
TransactionMobileSdkService(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
String |
paymentFormUrl(String credentials)
Build Mobile SDK URL
This operation builds the URL which is used to load the payment form within a WebView on a mobile device.
|
String |
paymentFormUrl(String credentials,
Map<String,Object> params)
Build Mobile SDK URL
This operation builds the URL which is used to load the payment form within a WebView on a mobile device.
|
com.google.api.client.http.HttpResponse |
paymentFormUrlForHttpResponse(String credentials) |
com.google.api.client.http.HttpResponse |
paymentFormUrlForHttpResponse(String credentials,
Map<String,Object> params) |
void |
setApiClient(ApiClient apiClient) |
public TransactionMobileSdkService(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public String paymentFormUrl(String credentials) throws IOException
200 - This status code indicates that a client request was successfully received, understood, and accepted.
409 - This status code indicates that there was a conflict with the current version of the data in the database and the provided data in the request.
442 - This status code indicates that the server cannot or will not process the request due to something that is perceived to be a client error.
542 - This status code indicates that the server encountered an unexpected condition that prevented it from fulfilling the client request.
credentials - The credentials identifies the transaction and contains the security details which grants the access this operation.IOException - if an error occurs while attempting to invoke the API
For more information visit this link.public String paymentFormUrl(String credentials, Map<String,Object> params) throws IOException
200 - This status code indicates that a client request was successfully received, understood, and accepted.
409 - This status code indicates that there was a conflict with the current version of the data in the database and the provided data in the request.
442 - This status code indicates that the server cannot or will not process the request due to something that is perceived to be a client error.
542 - This status code indicates that the server encountered an unexpected condition that prevented it from fulfilling the client request.
credentials - The credentials identifies the transaction and contains the security details which grants the access this operation.params - Map of query params. A collection will be interpreted as passing in multiple instances of the same query param.IOException - if an error occurs while attempting to invoke the API
For more information visit this link.public com.google.api.client.http.HttpResponse paymentFormUrlForHttpResponse(String credentials) throws IOException
IOExceptionpublic com.google.api.client.http.HttpResponse paymentFormUrlForHttpResponse(String credentials, Map<String,Object> params) throws IOException
IOExceptionCopyright © 2023. All rights reserved.