Lien Holders Schema
Lien holders Type
object
(Lien holders)
Lien holders Properties
Field | Type | Nullable | Description | Properties | Example |
---|---|---|---|---|---|
company | String | Yes | Company name | USA Secure Lien Services | |
address | Object | Address | |||
loan_number | String | Yes | Loan number | LN45656 | |
financing_type | String | Yes | Financing type | Fixed-Rate Financing |
Sample JSON
{
"company": "USA Secure Lien Services",
"address": {
"entity_number": "1447",
"street": "Winding",
"city": "Providence",
"state": "RI",
"zip": "22903",
"country": "USA",
"raw_address": "1447, Winding Way, Providence, RI 22903"
},
"loan_number": "LH123456789",
"financing_type": "Fixed-Rate Financing"
}