LoanInterestType

LoanInterestType class

Intereses del préstamo pagados.

public class LoanInterestType

Constructores

Nombre Descripción
LoanInterestType() Inicializa una nueva instancia deLoanInterestType clase.

Propiedades

Nombre Descripción
DateAsOf { get; set; } Obtiene o establece la fecha y hora de la información de interés.
LoanInterestLoanToDate { get; set; } Obtiene o establece el interés total pagado del préstamo hasta la fecha
LoanInterestProject { get; set; } Obtiene o establece el interés total proyectado que se pagará sobre este préstamo
LoanInterestYearToDate { get; set; } Obtiene o establece el interés total pagado hasta la fecha.

Ver también