| Package | Description |
|---|---|
| sibApi | |
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
RemainingCreditModel |
ResellerApi.removeCredits(String childIdentifier,
RemoveCredits removeCredits)
Remove Email and/or SMS credits from a specific child account
|
com.squareup.okhttp.Call |
ResellerApi.removeCreditsAsync(String childIdentifier,
RemoveCredits removeCredits,
ApiCallback<RemainingCreditModel> callback)
Remove Email and/or SMS credits from a specific child account (asynchronously)
|
com.squareup.okhttp.Call |
ResellerApi.removeCreditsCall(String childIdentifier,
RemoveCredits removeCredits,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for removeCredits
|
ApiResponse<RemainingCreditModel> |
ResellerApi.removeCreditsWithHttpInfo(String childIdentifier,
RemoveCredits removeCredits)
Remove Email and/or SMS credits from a specific child account
|
| Modifier and Type | Method and Description |
|---|---|
RemoveCredits |
RemoveCredits.email(Long email) |
RemoveCredits |
RemoveCredits.sms(Long sms) |
Copyright © 2021. All rights reserved.