Google Apps Script API
    Preparing search index...
    interface CarrierRate {
        carrierName?: string;
        carrierService?: string;
        flatAdjustment?: Price;
        name?: string;
        originPostalCode?: string;
        percentageAdjustment?: string;
    }
    Index

    Properties

    carrierName?: string
    carrierService?: string
    flatAdjustment?: Price
    name?: string
    originPostalCode?: string
    percentageAdjustment?: string