BorrowerAddress

BorrowerAddress class

Borrower address class.

public class BorrowerAddress

Constructors

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

Properties

NameDescription
Address1 { get; set; }Gets or sets the borrower address, line 1.
Address2 { get; set; }Gets or sets the borrower address, line 2.
Address3 { get; set; }Gets or sets the borrower address, line 3.
BorrowerName { get; set; }Gets or sets the name of borrower.
City { get; set; }Gets or sets the borrower address city.
PostalCode { get; set; }Gets or sets the borrower address postal code.
State { get; set; }Gets or sets the borrower address state.

See Also