BorrowerAddress class

BorrowerAddress class

Borrower address class.

The BorrowerAddress type exposes the following members:

Constructors

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

Properties

PropertyDescription
borrower_nameGets or sets the name of borrower.
address1Gets or sets the borrower address, line 1.
address2Gets or sets the borrower address, line 2.
address3Gets or sets the borrower address, line 3.
cityGets or sets the borrower address city.
stateGets or sets the borrower address state.
postal_codeGets or sets the borrower address postal code.

See Also