Google Apps Script API
    Preparing search index...
    interface OrderAddress {
        country?: string;
        fullAddress?: string[];
        isPostOfficeBox?: boolean;
        locality?: string;
        postalCode?: string;
        recipientName?: string;
        region?: string;
        streetAddress?: string[];
    }
    Index

    Properties

    country?: string
    fullAddress?: string[]
    isPostOfficeBox?: boolean
    locality?: string
    postalCode?: string
    recipientName?: string
    region?: string
    streetAddress?: string[]