Mortgagee Type
object
(Mortgagee)
Mortgagee Properties
Property | Type | Required | Nullable |
---|---|---|---|
company | string | Optional | can be null |
address | object | Optional | can be null |
loan_number | string | Optional | can be null |
financing_type | string | Optional | can be null |
Sample JSON
{
"company": "PRIVATE LABEL-Santander Consumer USA Inc",
"address": {
"entity_number": "1447",
"street": "Winding",
"city": "Providence",
"state": "RI",
"zip": "22903",
"country": "USA",
"raw_address": "1447, Winding Way, Providence, RI 22903"
},
"loan_number": "LN45656",
"financing_type": "finance"
}