| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
Account |
SubaccountsApi.subaccountsPost(SubaccountPayload body)
Create new subaccount and provide most important data about it.
|
com.squareup.okhttp.Call |
SubaccountsApi.subaccountsPostAsync(SubaccountPayload body,
ApiCallback<Account> callback)
Create new subaccount and provide most important data about it.
|
com.squareup.okhttp.Call |
SubaccountsApi.subaccountsPostCall(SubaccountPayload body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subaccountsPost
|
ApiResponse<Account> |
SubaccountsApi.subaccountsPostWithHttpInfo(SubaccountPayload body)
Create new subaccount and provide most important data about it.
|
| Modifier and Type | Method and Description |
|---|---|
SubaccountPayload |
SubaccountPayload.confirmPassword(String confirmPassword) |
SubaccountPayload |
SubaccountPayload.email(String email) |
SubaccountPayload |
SubaccountPayload.password(String password) |
SubaccountPayload |
SubaccountPayload.returnUrl(String returnUrl) |
SubaccountPayload |
SubaccountPayload.sendActivation(Boolean sendActivation) |
SubaccountPayload |
SubaccountPayload.settings(SubAccountSettings settings) |
Copyright © 2019. All rights reserved.