Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Content
Schema
PosCustomBatchResponseEntry
Interface PosCustomBatchResponseEntry
interface
PosCustomBatchResponseEntry
{
batchId
?:
number
;
errors
?:
GoogleAppsScript
.
Content
.
Schema
.
Errors
;
inventory
?:
PosInventory
;
kind
?:
string
;
sale
?:
PosSale
;
store
?:
PosStore
;
}
Index
Properties
batch
Id?
errors?
inventory?
kind?
sale?
store?
Properties
Optional
batch
Id
batchId
?:
number
Optional
errors
errors
?:
GoogleAppsScript
.
Content
.
Schema
.
Errors
Optional
inventory
inventory
?:
PosInventory
Optional
kind
kind
?:
string
Optional
sale
sale
?:
PosSale
Optional
store
store
?:
PosStore
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
batch
Id
errors
inventory
kind
sale
store
Google Apps Script API
Loading...