Google Apps Script API
    Preparing search index...
    interface Customer {
        alternateEmail?: string;
        customerDomain?: string;
        customerDomainVerified?: boolean;
        customerId?: string;
        kind?: string;
        phoneNumber?: string;
        postalAddress?: GoogleAppsScript.AdminReseller.Schema.Address;
        resourceUiUrl?: string;
    }
    Index

    Properties

    alternateEmail?: string
    customerDomain?: string
    customerDomainVerified?: boolean
    customerId?: string
    kind?: string
    phoneNumber?: string
    resourceUiUrl?: string