pub struct AddressRonEligibilityResponse {
pub underwriters: Vec<UnderwritersRonEligibilityResponseObject>,
pub county_eligibility: String,
pub state_eligibility: String,
pub street_address_line1: String,
pub street_address_line2: Option<String>,
pub city: String,
pub state: String,
pub county_name: String,
pub county_fips: String,
pub zip_code: String,
}Fields§
§underwriters: Vec<UnderwritersRonEligibilityResponseObject>§county_eligibility: StringThere are different components to look at to determine eligibility for a RON closing (i.e. state, county, underwriter), this describes the eligibility of a specific RON eligibility component. Possible options include: ‘ELIGIBLE’ - The component is eligible for a RON closing. ‘INELIGIBLE’ - The component is NOT eligible for a RON closing. ‘UNKNOWN’ - There is not enough information to determine whether the component is eligible or not.
state_eligibility: StringThere are different components to look at to determine eligibility for a RON closing (i.e. state, county, underwriter), this describes the eligibility of a specific RON eligibility component. Possible options include: ‘ELIGIBLE’ - The component is eligible for a RON closing. ‘INELIGIBLE’ - The component is NOT eligible for a RON closing. ‘UNKNOWN’ - There is not enough information to determine whether the component is eligible or not.
street_address_line1: StringStreet address
street_address_line2: Option<String>Apartment / unit / suite number or other address designations
city: String§state: StringTwo-character US state code
county_name: StringIf the county name is provided in the request, the address will not be validated. We will directly look up the eligibility of the state and county provided in the request.
county_fips: StringFive-digit US county code
zip_code: StringFive-digit US zip code