EscrowAmount

EscrowAmount class

Escrow amount class.

public class EscrowAmount

Constructors

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

Properties

NameDescription
EscrowFees { get; set; }Gets or sets the amount of fees set aside in Escrow.
EscrowInsurance { get; set; }Gets or sets the amount of insurance set aside in Escrow.
EscrowOther { get; set; }Gets or sets the amount of other amount set aside in Escrow.
EscrowPmi { get; set; }Gets or sets the amount of PMI set aside in Escrow.
EscrowTax { get; set; }Gets or sets the amount of tax set aside in Escrow.
EscrowTotal { get; set; }Gets or sets the total amount of payment applied to Escrow.

See Also