| Package | Description |
|---|---|
| com.clicksend.controllers | |
| com.clicksend.models |
| Modifier and Type | Method and Description |
|---|---|
String |
SubaccountController.createSubaccount(Subaccount subaccount)
Create new subaccount
|
void |
SubaccountController.createSubaccountAsync(Subaccount subaccount,
APICallBack<String> callBack)
Create new subaccount
|
String |
SubaccountController.updateSubaccount(int subaccountId,
Subaccount subaccount)
Update subaccount
|
void |
SubaccountController.updateSubaccountAsync(int subaccountId,
Subaccount subaccount,
APICallBack<String> callBack)
Update subaccount
|
| Modifier and Type | Method and Description |
|---|---|
Subaccount |
SubaccountBuilder.build()
Build the instance with the given values
|
Copyright © 2017. All rights reserved.