| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
void |
SubaccountsApi.subaccountsEmailCreditsPost(SubaccountCreditsPayload body,
String email)
Add email credits to a sub-account
|
com.squareup.okhttp.Call |
SubaccountsApi.subaccountsEmailCreditsPostAsync(SubaccountCreditsPayload body,
String email,
ApiCallback<Void> callback)
Add email credits to a sub-account (asynchronously)
|
com.squareup.okhttp.Call |
SubaccountsApi.subaccountsEmailCreditsPostCall(SubaccountCreditsPayload body,
String email,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subaccountsEmailCreditsPost
|
ApiResponse<Void> |
SubaccountsApi.subaccountsEmailCreditsPostWithHttpInfo(SubaccountCreditsPayload body,
String email)
Add email credits to a sub-account
|
| Modifier and Type | Method and Description |
|---|---|
SubaccountCreditsPayload |
SubaccountCreditsPayload.credits(Integer credits) |
SubaccountCreditsPayload |
SubaccountCreditsPayload.notes(String notes) |
Copyright © 2019. All rights reserved.