ChangeUserInfoResponse class

ChangeUserInfoResponse class

Change user information response class.

The ChangeUserInfoResponse type exposes the following members:

Constructors

Constructor Description
ChangeUserInfoResponse() Initializes a new instance of ChangeUserInfoResponse 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.
info_change_date Gets or sets the date and time of update.

See Also