Google Apps Script API
    Preparing search index...
    interface PosCustomBatchRequestEntry {
        batchId?: number;
        inventory?: PosInventory;
        merchantId?: string;
        method?: string;
        sale?: PosSale;
        store?: PosStore;
        storeCode?: string;
        targetMerchantId?: string;
    }
    Index

    Properties

    batchId?: number
    inventory?: PosInventory
    merchantId?: string
    method?: string
    sale?: PosSale
    store?: PosStore
    storeCode?: string
    targetMerchantId?: string