public class DeviceDeAssociationApi extends Object
| Constructor and Description |
|---|
DeviceDeAssociationApi() |
DeviceDeAssociationApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteTerminalAssociation(DeAssociationRequestBody deAssociationRequestBody)
De-associate a device from merchant or account V2
The current association of the device will be removed and will be assigned back to parent in the hierarchy based on internal logic
|
okhttp3.Call |
deleteTerminalAssociationAsync(DeAssociationRequestBody deAssociationRequestBody,
ApiCallback<Void> callback)
De-associate a device from merchant or account V2 (asynchronously)
The current association of the device will be removed and will be assigned back to parent in the hierarchy based on internal logic
|
okhttp3.Call |
deleteTerminalAssociationCall(DeAssociationRequestBody deAssociationRequestBody,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteTerminalAssociation
|
ApiResponse<Void> |
deleteTerminalAssociationWithHttpInfo(DeAssociationRequestBody deAssociationRequestBody)
De-associate a device from merchant or account V2
The current association of the device will be removed and will be assigned back to parent in the hierarchy based on internal logic
|
ApiClient |
getApiClient() |
List<InlineResponse2009> |
postDeAssociateV3Terminal(List<DeviceDeAssociateV3Request> deviceDeAssociateV3Request)
De-associate a device from merchant to account or reseller and from account to reseller
A device will be de-associated from its current organization and moved up in the hierarchy.
|
okhttp3.Call |
postDeAssociateV3TerminalAsync(List<DeviceDeAssociateV3Request> deviceDeAssociateV3Request,
ApiCallback<List<InlineResponse2009>> callback)
De-associate a device from merchant to account or reseller and from account to reseller (asynchronously)
A device will be de-associated from its current organization and moved up in the hierarchy.
|
okhttp3.Call |
postDeAssociateV3TerminalCall(List<DeviceDeAssociateV3Request> deviceDeAssociateV3Request,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postDeAssociateV3Terminal
|
ApiResponse<List<InlineResponse2009>> |
postDeAssociateV3TerminalWithHttpInfo(List<DeviceDeAssociateV3Request> deviceDeAssociateV3Request)
De-associate a device from merchant to account or reseller and from account to reseller
A device will be de-associated from its current organization and moved up in the hierarchy.
|
void |
setApiClient(ApiClient apiClient) |
public DeviceDeAssociationApi()
public DeviceDeAssociationApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call deleteTerminalAssociationCall(DeAssociationRequestBody deAssociationRequestBody, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
deAssociationRequestBody - de association of the deviceId in the request body. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic void deleteTerminalAssociation(DeAssociationRequestBody deAssociationRequestBody) throws ApiException, com.cybersource.authsdk.core.ConfigException
deAssociationRequestBody - de association of the deviceId in the request body. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ApiResponse<Void> deleteTerminalAssociationWithHttpInfo(DeAssociationRequestBody deAssociationRequestBody) throws ApiException, com.cybersource.authsdk.core.ConfigException
deAssociationRequestBody - de association of the deviceId in the request body. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call deleteTerminalAssociationAsync(DeAssociationRequestBody deAssociationRequestBody, ApiCallback<Void> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
deAssociationRequestBody - de association of the deviceId in the request body. (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call postDeAssociateV3TerminalCall(List<DeviceDeAssociateV3Request> deviceDeAssociateV3Request, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
deviceDeAssociateV3Request - deviceId that has to be de-associated to the destination organizationId. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic List<InlineResponse2009> postDeAssociateV3Terminal(List<DeviceDeAssociateV3Request> deviceDeAssociateV3Request) throws ApiException, com.cybersource.authsdk.core.ConfigException
deviceDeAssociateV3Request - deviceId that has to be de-associated to the destination organizationId. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ApiResponse<List<InlineResponse2009>> postDeAssociateV3TerminalWithHttpInfo(List<DeviceDeAssociateV3Request> deviceDeAssociateV3Request) throws ApiException, com.cybersource.authsdk.core.ConfigException
deviceDeAssociateV3Request - deviceId that has to be de-associated to the destination organizationId. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call postDeAssociateV3TerminalAsync(List<DeviceDeAssociateV3Request> deviceDeAssociateV3Request, ApiCallback<List<InlineResponse2009>> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
deviceDeAssociateV3Request - deviceId that has to be de-associated to the destination organizationId. (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientCopyright © 2026. All rights reserved.