Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface EmergencyAddressCreation

    Details of the emergency address to create or validate

    interface EmergencyAddressCreation {
        city: string;
        location?: string;
        postalCode: string;
        postalCodePlusFour?: string;
        state: string;
        streetInfo: string;
        streetNumber: string;
    }
    Index

    Properties

    city: string

    The city of the emergency location.

    location?: string

    The location for address.

    postalCode: string

    The postal code of the emergency location.

    postalCodePlusFour?: string

    The postal code of the emergency location.

    state: string

    The state or province of the emergency location.

    streetInfo: string

    The street name of the emergency location.

    streetNumber: string

    The street number for the emergency address.