| Package | Description |
|---|---|
| sibApi | |
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
RemainingCreditModel |
ResellerApi.addCredits(String childIdentifier,
AddCredits addCredits)
Add Email and/or SMS credits to a specific child account
|
com.squareup.okhttp.Call |
ResellerApi.addCreditsAsync(String childIdentifier,
AddCredits addCredits,
ApiCallback<RemainingCreditModel> callback)
Add Email and/or SMS credits to a specific child account (asynchronously)
|
com.squareup.okhttp.Call |
ResellerApi.addCreditsCall(String childIdentifier,
AddCredits addCredits,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for addCredits
|
ApiResponse<RemainingCreditModel> |
ResellerApi.addCreditsWithHttpInfo(String childIdentifier,
AddCredits addCredits)
Add Email and/or SMS credits to a specific child account
|
| Modifier and Type | Method and Description |
|---|---|
AddCredits |
AddCredits.email(Long email) |
AddCredits |
AddCredits.sms(Long sms) |
Copyright © 2021. All rights reserved.