public class NewAccountSummary extends Object
Constructor and Description |
---|
NewAccountSummary() |
Modifier and Type | Method and Description |
---|---|
NewAccountSummary |
accountId(String accountId) |
NewAccountSummary |
accountIdGuid(String accountIdGuid) |
NewAccountSummary |
accountName(String accountName) |
NewAccountSummary |
apiPassword(String apiPassword) |
NewAccountSummary |
baseUrl(String baseUrl) |
NewAccountSummary |
billingPlanPreview(BillingPlanPreview billingPlanPreview) |
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()
Get billingPlanPreview
|
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() |
NewAccountSummary |
userId(String userId) |
public NewAccountSummary accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
public NewAccountSummary accountIdGuid(String accountIdGuid)
public String getAccountIdGuid()
public void setAccountIdGuid(String accountIdGuid)
public NewAccountSummary accountName(String accountName)
public String getAccountName()
public void setAccountName(String accountName)
public NewAccountSummary apiPassword(String apiPassword)
public String getApiPassword()
public void setApiPassword(String apiPassword)
public NewAccountSummary baseUrl(String baseUrl)
public String getBaseUrl()
public void setBaseUrl(String baseUrl)
public NewAccountSummary billingPlanPreview(BillingPlanPreview billingPlanPreview)
public BillingPlanPreview getBillingPlanPreview()
public void setBillingPlanPreview(BillingPlanPreview billingPlanPreview)
public NewAccountSummary userId(String userId)
public String getUserId()
public void setUserId(String userId)
Copyright © 2018. All rights reserved.