@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class NewAccountDefinition extends Object
| Constructor and Description |
|---|
NewAccountDefinition() |
public String getAccountName()
The account name for the new account.
public void setAccountName(String accountName)
public List<NameValue> getAccountSettings()
The list of account settings. These determine the features available for the account. Note that some features are determined by the plan used to create the account, and cannot be overridden.
public AccountAddress getAddressInformation()
public void setAddressInformation(AccountAddress addressInformation)
public CreditCardInformation getCreditCardInformation()
public void setCreditCardInformation(CreditCardInformation creditCardInformation)
public String getDistributorCode()
The code that identifies the billing plan groups and plans for the new account.
public void setDistributorCode(String distributorCode)
public String getDistributorPassword()
The password for the distributorCode.
public void setDistributorPassword(String distributorPassword)
public UserInformation getInitialUser()
public void setInitialUser(UserInformation initialUser)
public PlanInformation getPlanInformation()
public void setPlanInformation(PlanInformation planInformation)
public ReferralInformation getReferralInformation()
public void setReferralInformation(ReferralInformation referralInformation)
public SocialAccountInformation getSocialAccountInformation()
public void setSocialAccountInformation(SocialAccountInformation socialAccountInformation)
Copyright © 2017. All Rights Reserved.