public class TransactionIframeService extends Object
| Constructor and Description |
|---|
TransactionIframeService(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
String |
javascriptUrl(Long spaceId,
Long id)
Build JavaScript URL
This operation creates the URL which can be used to embed the JavaScript for handling the iFrame checkout flow.
|
String |
javascriptUrl(Long spaceId,
Long id,
Map<String,Object> params)
Build JavaScript URL
This operation creates the URL which can be used to embed the JavaScript for handling the iFrame checkout flow.
|
com.google.api.client.http.HttpResponse |
javascriptUrlForHttpResponse(Long spaceId,
Long id) |
com.google.api.client.http.HttpResponse |
javascriptUrlForHttpResponse(Long spaceId,
Long id,
Map<String,Object> params) |
void |
setApiClient(ApiClient apiClient) |
public TransactionIframeService(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public String javascriptUrl(Long spaceId, Long id) 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.
spaceId - id - The id of the transaction which should be returned.IOException - if an error occurs while attempting to invoke the API
For more information visit this link.public String javascriptUrl(Long spaceId, Long id, 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.
spaceId - id - The id of the transaction which should be returned.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 javascriptUrlForHttpResponse(Long spaceId, Long id) throws IOException
IOExceptionpublic com.google.api.client.http.HttpResponse javascriptUrlForHttpResponse(Long spaceId, Long id, Map<String,Object> params) throws IOException
IOExceptionCopyright © 2021. All rights reserved.