IGPAPI
    Preparing search index...

    Interface AddressBookAcquireOwnerContactsInput

    interface AddressBookAcquireOwnerContactsInput {
        email_addresses: string[];
        first_name?: string;
        last_name?: string;
        phone_numbers: string[];
    }
    Index

    Properties

    email_addresses: string[]
    first_name?: string
    last_name?: string
    phone_numbers: string[]