LoanStatementResponse

LoanStatementResponse class

Loan download request class.

public class LoanStatementResponse

Constructors

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

Properties

NameDescription
AvailableBalance { get; set; }Gets or sets the AvailableBalance.
Currency { get; set; }Gets or sets the default currency for the statement.
LoanAccountFrom { get; set; }Gets or sets the from of LoanAccount.
LoanTransactionList { get; set; }Gets or sets the LoanTransactionList.
MarketingInformation { get; set; }Gets or sets the marketing information.
PrincipalBalance { get; set; }Gets or sets the PrincipalBalanceType.

See Also