| 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
|
RemainingCreditModel |
ResellerApi.removeCredits(String childIdentifier,
RemoveCredits removeCredits)
Remove Email and/or SMS credits from a specific child account
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<RemainingCreditModel> |
ResellerApi.addCreditsWithHttpInfo(String childIdentifier,
AddCredits addCredits)
Add Email and/or SMS credits to a specific child account
|
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 |
|---|---|
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.removeCreditsAsync(String childIdentifier,
RemoveCredits removeCredits,
ApiCallback<RemainingCreditModel> callback)
Remove Email and/or SMS credits from a specific child account (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
RemainingCreditModel |
RemainingCreditModel.child(RemainingCreditModelChild child) |
RemainingCreditModel |
RemainingCreditModel.reseller(RemainingCreditModelReseller reseller) |
Copyright © 2021. All rights reserved.