| Package | Description |
|---|---|
| sibApi | |
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
void |
ResellerApi.updateResellerChild(String childIdentifier,
UpdateChild resellerChild)
Update info of reseller's child based on the child identifier supplied
|
com.squareup.okhttp.Call |
ResellerApi.updateResellerChildAsync(String childIdentifier,
UpdateChild resellerChild,
ApiCallback<Void> callback)
Update info of reseller's child based on the child identifier supplied (asynchronously)
|
com.squareup.okhttp.Call |
ResellerApi.updateResellerChildCall(String childIdentifier,
UpdateChild resellerChild,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateResellerChild
|
ApiResponse<Void> |
ResellerApi.updateResellerChildWithHttpInfo(String childIdentifier,
UpdateChild resellerChild)
Update info of reseller's child based on the child identifier supplied
|
| Modifier and Type | Method and Description |
|---|---|
UpdateChild |
UpdateChild.companyName(String companyName) |
UpdateChild |
UpdateChild.email(String email) |
UpdateChild |
UpdateChild.firstName(String firstName) |
UpdateChild |
UpdateChild.lastName(String lastName) |
UpdateChild |
UpdateChild.password(String password) |
Copyright © 2021. All rights reserved.