Google Apps Script API
    Preparing search index...
    interface OrderCustomer {
        email?: string;
        explicitMarketingPreference?: boolean;
        fullName?: string;
        marketingRightsInfo?: OrderCustomerMarketingRightsInfo;
    }
    Index

    Properties

    email?: string
    explicitMarketingPreference?: boolean
    fullName?: string
    marketingRightsInfo?: OrderCustomerMarketingRightsInfo