ProfileResponse

ProfileResponse class

Profile response class.

public class ProfileResponse

Constructors

NameDescription
ProfileResponse()Initializes a new instance of ProfileResponse class.

Properties

NameDescription
Address1 { get; set; }Gets or sets the FI address, line 1.
Address2 { get; set; }Gets or sets the FI address, line 2.
Address3 { get; set; }Gets or sets the FI address, line 3.
City { get; set; }Gets or sets the FI address city.
Country { get; set; }Gets or sets the FI address country. 3-letter country code from ISO/DIS-3166.
CustomerServicePhone { get; set; }Gets or sets the customer service telephone number.
Email { get; set; }Gets or sets the email address for FI.
FaxPhone { get; set; }Gets or sets the fax number.
FIName { get; set; }Gets or sets the name of institution.
MessageSetList { get; set; }Gets or sets the MessageSetList.
PostalCode { get; set; }Gets or sets the FI address postal code.
ProfileUpdateDate { get; set; }Gets or sets the time this was updated on server.
SignonInfos { get; set; }Gets or sets the collection of SignonInfo.
State { get; set; }Gets or sets the FI address state.
TechnicalSupportPhone { get; set; }Gets or sets the technical support telephone number.
Url { get; set; }Gets or sets the URL for general information about FI (not for sending data).

See Also