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

    Interface EmergencyAddress

    Details of the emergency address.

    interface EmergencyAddress {
        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.