| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountsApi.editAccount(Long id,
AccountParams body)
Edit an account
Change the name and/or the type and/or the 'isNew' flag of a single bank account of the user that is authorized by the access_token.
|
com.squareup.okhttp.Call |
AccountsApi.editAccountAsync(Long id,
AccountParams body,
ApiCallback<Account> callback)
Edit an account (asynchronously)
Change the name and/or the type and/or the 'isNew' flag of a single bank account of the user that is authorized by the access_token.
|
com.squareup.okhttp.Call |
AccountsApi.editAccountCall(Long id,
AccountParams body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for editAccount
|
ApiResponse<Account> |
AccountsApi.editAccountWithHttpInfo(Long id,
AccountParams body)
Edit an account
Change the name and/or the type and/or the 'isNew' flag of a single bank account of the user that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
AccountParams |
AccountParams.accountName(String accountName) |
AccountParams |
AccountParams.accountTypeId(Long accountTypeId) |
AccountParams |
AccountParams.isNew(Boolean isNew) |
Copyright © 2018. All rights reserved.