Google Apps Script API
    Preparing search index...
    interface PosCustomBatchResponseEntry {
        batchId?: number;
        errors?: GoogleAppsScript.Content.Schema.Errors;
        inventory?: PosInventory;
        kind?: string;
        sale?: PosSale;
        store?: PosStore;
    }
    Index

    Properties

    batchId?: number
    inventory?: PosInventory
    kind?: string
    sale?: PosSale
    store?: PosStore