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

    Properties

    email?: string
    explicitMarketingPreference?: boolean
    fullName?: string