ETASCOM CRM V3 - Documentation API
    Preparing search index...

    Interface Address

    interface Address {
        street?: string;
        city?: string;
        postalCode?: string;
        country?: string;
    }
    Index

    Properties

    street?: string
    city?: string
    postalCode?: string
    country?: string