Google Apps Script API
    Preparing search index...
    interface RateGroup {
        applicableShippingLabels?: string[];
        carrierRates?: CarrierRate[];
        mainTable?: GoogleAppsScript.Content.Schema.Table;
        name?: string;
        singleValue?: Value;
        subtables?: GoogleAppsScript.Content.Schema.Table[];
    }
    Index

    Properties

    applicableShippingLabels?: string[]
    carrierRates?: CarrierRate[]
    name?: string
    singleValue?: Value