AccountHolderType

AccountHolderType class

Account holder information class.

public class AccountHolderType

Constructors

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

Properties

NameDescription
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.
City { get; set; }Gets or sets the city.
Country { get; set; }Gets or sets the country. 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 email address.
EveningPhone { get; set; }Gets or sets the evening telephone number.
FirstName { get; set; }Gets or sets the first name of user.
HolderType { get; set; }Gets or sets the type of account holder.
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.
State { get; set; }Gets or sets the state.

See Also