public class NewAccountRequestModel
extends java.lang.Object
Constructor and Description |
---|
NewAccountRequestModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountName()
Getter for accountName
Account Name
|
java.lang.String |
getConnectorName()
Getter for connectorName
The name of the connector that will be the primary method of access used to call the account created.
|
java.util.Date |
getEffectiveDate()
Getter for effectiveDate
The date on which the account should take effect.
|
java.lang.String |
getEmail()
Getter for email
Email of the primary contact person for this account
|
java.util.Date |
getEndDate()
Getter for endDate
The date on which the account should expire.
|
java.lang.String |
getFirstName()
Getter for firstName
First Name of the primary contact person for this account
|
java.lang.String |
getLastName()
Getter for lastName
Last Name of the primary contact person for this account
|
java.lang.String |
getParentAccountNumber()
Getter for parentAccountNumber
An approved partner account can be referenced when provisioning an account, allowing a link between
the partner and the provisioned account.
|
java.lang.String |
getPaymentMethodId()
Getter for paymentMethodId
Zuora-generated Payment ID to which the new account should be associated.
|
java.lang.String |
getPhoneNumber()
Getter for phoneNumber
Phone number of the primary contact person for this account
|
java.util.ArrayList<java.lang.String> |
getProducts()
Getter for products
The list of products to which this account would like to subscribe.
|
java.lang.String |
getReferrerId()
Getter for referrerId
Identifies a referring partner for the assessment of referral-based commissions.
|
java.lang.String |
getTitle()
Getter for title
Title of the primary contact person for this account
|
java.lang.String |
getUserPassword()
Getter for userPassword
If no password is supplied, an a tempoarary password is generated by the system and emailed to the user.
|
void |
setAccountName(java.lang.String value)
Setter for accountName
Account Name
|
void |
setConnectorName(java.lang.String value)
Setter for connectorName
The name of the connector that will be the primary method of access used to call the account created.
|
void |
setEffectiveDate(java.util.Date value)
Setter for effectiveDate
The date on which the account should take effect.
|
void |
setEmail(java.lang.String value)
Setter for email
Email of the primary contact person for this account
|
void |
setEndDate(java.util.Date value)
Setter for endDate
The date on which the account should expire.
|
void |
setFirstName(java.lang.String value)
Setter for firstName
First Name of the primary contact person for this account
|
void |
setLastName(java.lang.String value)
Setter for lastName
Last Name of the primary contact person for this account
|
void |
setParentAccountNumber(java.lang.String value)
Setter for parentAccountNumber
An approved partner account can be referenced when provisioning an account, allowing a link between
the partner and the provisioned account.
|
void |
setPaymentMethodId(java.lang.String value)
Setter for paymentMethodId
Zuora-generated Payment ID to which the new account should be associated.
|
void |
setPhoneNumber(java.lang.String value)
Setter for phoneNumber
Phone number of the primary contact person for this account
|
void |
setProducts(java.util.ArrayList<java.lang.String> value)
Setter for products
The list of products to which this account would like to subscribe.
|
void |
setReferrerId(java.lang.String value)
Setter for referrerId
Identifies a referring partner for the assessment of referral-based commissions.
|
void |
setTitle(java.lang.String value)
Setter for title
Title of the primary contact person for this account
|
void |
setUserPassword(java.lang.String value)
Setter for userPassword
If no password is supplied, an a tempoarary password is generated by the system and emailed to the user.
|
java.lang.String |
toString()
Returns a JSON string representation of NewAccountRequestModel
|
public java.util.ArrayList<java.lang.String> getProducts()
public void setProducts(java.util.ArrayList<java.lang.String> value)
public java.lang.String getConnectorName()
public void setConnectorName(java.lang.String value)
public java.lang.String getParentAccountNumber()
public void setParentAccountNumber(java.lang.String value)
public java.lang.String getReferrerId()
public void setReferrerId(java.lang.String value)
public java.lang.String getPaymentMethodId()
public void setPaymentMethodId(java.lang.String value)
public java.util.Date getEffectiveDate()
public void setEffectiveDate(java.util.Date value)
public java.util.Date getEndDate()
public void setEndDate(java.util.Date value)
public java.lang.String getAccountName()
public void setAccountName(java.lang.String value)
public java.lang.String getFirstName()
public void setFirstName(java.lang.String value)
public java.lang.String getLastName()
public void setLastName(java.lang.String value)
public java.lang.String getTitle()
public void setTitle(java.lang.String value)
public java.lang.String getPhoneNumber()
public void setPhoneNumber(java.lang.String value)
public java.lang.String getEmail()
public void setEmail(java.lang.String value)
public java.lang.String getUserPassword()
public void setUserPassword(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object