pub struct RetrieveRonEligibilityPostRequest {
pub address: RonEligibilityAddressSchema,
pub title_agency: Option<String>,
pub options: Option<RonEligibilityRequestOptions>,
}
Fields§
§address: RonEligibilityAddressSchema
The provided address will be validated via a 3rd party API. If the provided address is not found (i.e. invalid address), we will do our best to provide eligibility information on parts that we can find. It is possible for multiple addresses to be returned in the response if provided address is ambiguous. It is possible for a slightly different address to be returned if a correction has been made to the original address input during validation.
title_agency: Option<String>
The title agency involved in the real estate transaction. Blend will attempt to look up underwriters working with the provided title agency and return eligibility information on whether the underwriter(s) will insure RON in the state where the address is located. If a title agency is not provided or we’re not able to find a underwriter match, information on all major underwriters will be returned.
options: Option<RonEligibilityRequestOptions>
Request configuration options.