EnrollRequest class

EnrollRequest class

Enrollment request class.

The EnrollRequest type exposes the following members:

Constructors

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

Properties

PropertyDescription
first_nameGets or sets the first name of user.
middle_nameGets or sets the middle name of user.
last_nameGets or sets the last name of user.
address1Gets or sets the address line 1.
address2Gets or sets the address line 2.
address3Gets or sets the address line 3.
cityGets or sets the city.
stateGets or sets the state or province.
postal_codeGets or sets the postal code
countryGets or sets the country code. 3-letter country code from ISO/DIS-3166.
day_phoneGets or sets the daytime telephone number.
evening_phoneGets or sets the evening telephone number.
emailGets or sets the electronic e-mail address.
user_idGets or sets the actual user ID if already known, or preferred user ID if user can choose.
tax_idGets or sets the ID used for tax purposes (such as SSN), may be same as user ID.
security_nameGets or sets the mother’s maiden name or equivalent.
birth_dateGets or sets the date of birth.
account_fromGets or sets the from of BankAccount or CreditCardAccount or InvestmentAccount or PresentmentAccount.

See Also