public class SubaccountDeleter extends Deleter<Subaccount>
id, secondaryIdplivoClient| Constructor and Description |
|---|
SubaccountDeleter(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
cascade() |
SubaccountDeleter |
cascade(java.lang.Boolean cascade) |
protected retrofit2.Call<okhttp3.ResponseBody> |
obtainCall() |
client, handleResponse, validatepublic SubaccountDeleter(java.lang.String id)
public java.lang.Boolean cascade()
public SubaccountDeleter cascade(java.lang.Boolean cascade)
cascade - Specify if the subaccount should be cascade or not.protected retrofit2.Call<okhttp3.ResponseBody> obtainCall()
obtainCall in class Deleter<Subaccount>