Name | Description | Type | Additional information |
---|---|---|---|
Id |
Loan proposal Id (in our internal system - db) |
integer |
None. |
lenderid |
Funder (lender) Id in our system (db) |
integer |
None. |
lendername |
Display name of the funder (lender) |
string |
None. |
image |
Link to a lender logo image (should be stored on API side) |
string |
None. |
FunderReference |
Proposal reference returned by the lender (if available) |
string |
None. |
Status |
Proposal decision (status) returned by the funder (accepted / referred / declined / error) |
string |
None. |
LoanOffer |
Financial details of the proposal |
ERP.Api.Models.CustomerPortal.LoanFinancialDetails |
None. |
Errors |
Errors returned by the funder |
Collection of string |
None. |
DateReceived |
Date the proposal response was received |
date |
None. |
IsSelected |
Specifies if the customer decided to proceed with this proposal and selected it using customer portal |
boolean |
None. |