@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class NewAccountSummary extends Object
| Constructor and Description |
|---|
NewAccountSummary() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccountId()
The account ID associated with the envelope.
|
String |
getAccountIdGuid()
The GUID associated with the account ID.
|
String |
getAccountName()
The account name for the new account.
|
String |
getApiPassword()
Contains a token that can be used for authentication in API calls instead of using the user name and password.
|
String |
getBaseUrl()
The URL that should be used for successive calls to this account.
|
BillingPlanPreview |
getBillingPlanPreview() |
String |
getUserId()
Specifies the user ID of the new user.
|
int |
hashCode() |
void |
setAccountId(String accountId) |
void |
setAccountIdGuid(String accountIdGuid) |
void |
setAccountName(String accountName) |
void |
setApiPassword(String apiPassword) |
void |
setBaseUrl(String baseUrl) |
void |
setBillingPlanPreview(BillingPlanPreview billingPlanPreview) |
void |
setUserId(String userId) |
String |
toString() |
public String getAccountId()
public void setAccountId(String accountId)
public String getAccountIdGuid()
public void setAccountIdGuid(String accountIdGuid)
public String getAccountName()
public void setAccountName(String accountName)
public String getApiPassword()
public void setApiPassword(String apiPassword)
public String getBaseUrl()
public void setBaseUrl(String baseUrl)
public BillingPlanPreview getBillingPlanPreview()
public void setBillingPlanPreview(BillingPlanPreview billingPlanPreview)
public String getUserId()
public void setUserId(String userId)
Copyright © 2017. All rights reserved.