ChangeUserInfoResponse class

ChangeUserInfoResponse class

Change user information response class.

The ChangeUserInfoResponse type exposes the following members:

Constructors

ConstructorDescription
ChangeUserInfoResponse()Initializes a new instance of ChangeUserInfoResponse 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 or province.
postal_codeGets or sets the postal code.
countryGets or sets the country code. 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 electronic e-mail address.
info_change_dateGets or sets the date and time of update.

See Also