LoanStatementEndResponse

LoanStatementEndResponse class

Loan closing statement response class.

public class LoanStatementEndResponse

Constructors

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

Properties

NameDescription
Currency { get; set; }Gets or sets the default currency used for closing information.
LoanAccountFrom { get; set; }Gets or sets the from of LoanAccount.
LoanClosings { get; set; }Gets or sets the collection of LoanClosing.

See Also