Documentation
    Preparing search index...

    Interface SubmissionSovLocation

    interface SubmissionSovLocation {
        address: string | null;
        city: string | null;
        entityName: string | null;
        id: string;
        locationNumber: string | null;
        salesAmount: number | null;
        salesBasis: SUBMISSION_SALES_BASIS;
        squareFeetTotal: number | null;
        state: string | null;
        submissionSovId: string;
        totalInsuredValue: number | null;
        zipCode: string | null;
    }
    Index
    address: string | null
    city: string | null
    entityName: string | null
    id: string
    locationNumber: string | null
    salesAmount: number | null
    squareFeetTotal: number | null
    state: string | null
    submissionSovId: string
    totalInsuredValue: number | null
    zipCode: string | null