AccountHolderType class

AccountHolderType class

Account holder information class.

The AccountHolderType type exposes the following members:

Constructors

ConstructorDescription
AccountHolderType()Initializes a new instance of AccountHolderType 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.
postal_codeGets or sets the postal code.
countryGets or sets the country. 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 email address.
holder_typeGets or sets the type of account holder.

See Also