AccountHolderType class

AccountHolderType class

Account holder information class.

The AccountHolderType type exposes the following members:

Constructors

Constructor Description
AccountHolderType() Initializes a new instance of AccountHolderType class.

Properties

Property Description
first_name Gets or sets the first name of user.
middle_name Gets or sets the middle name of user.
last_name Gets or sets the last name of user.
address1 Gets or sets the address line 1.
address2 Gets or sets the address line 2.
address3 Gets or sets the address line 3.
city Gets or sets the city.
state Gets or sets the state.
postal_code Gets or sets the postal code.
country Gets or sets the country. 3-letter country code from ISO/DIS-3166.
day_phone Gets or sets the daytime telephone number.
evening_phone Gets or sets the evening telephone number.
email Gets or sets the email address.
holder_type Gets or sets the type of account holder.

See Also