public class SubaccountCreator extends Creator<SubaccountCreateResponse>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
enabled() |
SubaccountCreator |
enabled(java.lang.Boolean enabled) |
java.lang.String |
name() |
protected retrofit2.Call<SubaccountCreateResponse> |
obtainCall() |
client, client, handleResponse, validatepublic java.lang.String name()
public java.lang.Boolean enabled()
public SubaccountCreator enabled(java.lang.Boolean enabled)
enabled - Specify if the subaccount should be enabled or not. Takes a value of True or
False. Defaults to Falseprotected retrofit2.Call<SubaccountCreateResponse> obtainCall()
obtainCall in class Creator<SubaccountCreateResponse>