EscrowBalance

EscrowBalance class

Escrow balance class.

public class EscrowBalance

Constructors

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

Properties

NameDescription
BalanceAmount { get; set; }Gets or sets the total amount held in escrow.
DateAsOf { get; set; }Gets or sets the date of escrow balance
EscrowFeesBalance { get; set; }Gets or sets the balance of fees held in escrow.
EscrowInsuranceBalance { get; set; }Gets or sets the balance of insurance held in escrow.
EscrowOtherBalance { get; set; }Gets or sets the balance of other amount held in escrow.
EscrowPMIBalance { get; set; }Gets or sets the balance of PMI held in escrow.
EscrowTaxBalance { get; set; }Gets or sets the balance of taxes held in escrow.

See Also