ChangeUserInfoRequest class

ChangeUserInfoRequest class

Change user information request class.

The ChangeUserInfoRequest type exposes the following members:

Constructors

Constructor Description
ChangeUserInfoRequest() Initializes a new instance of ChangeUserInfoRequest 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 or province.
postal_code Gets or sets the postal code.
country Gets or sets the country code. 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 electronic e-mail address.

See Also