EnrollRequest

EnrollRequest class

Enrollment request class.

public class EnrollRequest

Constructors

NameDescription
EnrollRequest()Initializes a new instance of EnrollRequest class.

Properties

NameDescription
AccountFrom { get; set; }Gets or sets the from of BankAccount or CreditCardAccount or InvestmentAccount or PresentmentAccount.
Address1 { get; set; }Gets or sets the address line 1.
Address2 { get; set; }Gets or sets the address line 2.
Address3 { get; set; }Gets or sets the address line 3.
BirthDate { get; set; }Gets or sets the date of birth.
City { get; set; }Gets or sets the city.
Country { get; set; }Gets or sets the country code. 3-letter country code from ISO/DIS-3166.
DayPhone { get; set; }Gets or sets the daytime telephone number.
Email { get; set; }Gets or sets the electronic e-mail address.
EveningPhone { get; set; }Gets or sets the evening telephone number.
FirstName { get; set; }Gets or sets the first name of user.
LastName { get; set; }Gets or sets the last name of user.
MiddleName { get; set; }Gets or sets the middle name of user.
PostalCode { get; set; }Gets or sets the postal code
SecurityName { get; set; }Gets or sets the mother’s maiden name or equivalent.
State { get; set; }Gets or sets the state or province.
TaxId { get; set; }Gets or sets the ID used for tax purposes (such as SSN), may be same as user ID.
UserId { get; set; }Gets or sets the actual user ID if already known, or preferred user ID if user can choose.

See Also