Lien Holders

Lien Holders Schema

Lien holders Type

object (Lien holders)

Lien holders Properties

FieldTypeNullableDescriptionPropertiesExample
companyStringYesCompany nameUSA Secure Lien
Services
addressObjectAddress
loan_numberStringYesLoan numberLN45656
financing_typeStringYesFinancing typeFixed-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"
}