| Package | Description |
|---|---|
| com.clicksend.controllers | |
| com.clicksend.models |
| Modifier and Type | Method and Description |
|---|---|
String |
ResellerAccountController.createResellerAccount(ResellerAccount resellerAccount)
Create reseller account
|
void |
ResellerAccountController.createResellerAccountAsync(ResellerAccount resellerAccount,
APICallBack<String> callBack)
Create reseller account
|
String |
ResellerAccountController.updateResellerAccount(int clientUserId,
ResellerAccount resellerAccount)
Reseller Account
|
void |
ResellerAccountController.updateResellerAccountAsync(int clientUserId,
ResellerAccount resellerAccount,
APICallBack<String> callBack)
Reseller Account
|
| Modifier and Type | Method and Description |
|---|---|
ResellerAccount |
ResellerAccountBuilder.build()
Build the instance with the given values
|
Copyright © 2017. All rights reserved.