@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class PlanInformation extends Object
An object used to identify the features and attributes of the account being created.
| Constructor and Description |
|---|
PlanInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<AddOn> |
getAddOns()
Reserved:
|
String |
getCurrencyCode()
Specifies the ISO currency code for the account.
|
String |
getFreeTrialDaysOverride()
Reserved for DocuSign use only.
|
List<FeatureSet> |
getPlanFeatureSets()
A complex type that sets the feature sets for the account.
|
String |
getPlanId()
The DocuSign Plan ID for the account.
|
List<RecipientDomain> |
getRecipientDomains() |
int |
hashCode() |
void |
setAddOns(List<AddOn> addOns) |
void |
setCurrencyCode(String currencyCode) |
void |
setFreeTrialDaysOverride(String freeTrialDaysOverride) |
void |
setPlanFeatureSets(List<FeatureSet> planFeatureSets) |
void |
setPlanId(String planId) |
void |
setRecipientDomains(List<RecipientDomain> recipientDomains) |
String |
toString() |
public String getCurrencyCode()
Specifies the ISO currency code for the account.
public void setCurrencyCode(String currencyCode)
public String getFreeTrialDaysOverride()
Reserved for DocuSign use only.
public void setFreeTrialDaysOverride(String freeTrialDaysOverride)
public List<FeatureSet> getPlanFeatureSets()
A complex type that sets the feature sets for the account.
public void setPlanFeatureSets(List<FeatureSet> planFeatureSets)
public String getPlanId()
The DocuSign Plan ID for the account.
public void setPlanId(String planId)
public List<RecipientDomain> getRecipientDomains()
public void setRecipientDomains(List<RecipientDomain> recipientDomains)
Copyright © 2017. All Rights Reserved.