Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Content
Schema
PosCustomBatchRequestEntry
Interface PosCustomBatchRequestEntry
interface
PosCustomBatchRequestEntry
{
batchId
?:
number
;
inventory
?:
PosInventory
;
merchantId
?:
string
;
method
?:
string
;
sale
?:
PosSale
;
store
?:
PosStore
;
storeCode
?:
string
;
targetMerchantId
?:
string
;
}
Index
Properties
batch
Id?
inventory?
merchant
Id?
method?
sale?
store?
store
Code?
target
Merchant
Id?
Properties
Optional
batch
Id
batchId
?:
number
Optional
inventory
inventory
?:
PosInventory
Optional
merchant
Id
merchantId
?:
string
Optional
method
method
?:
string
Optional
sale
sale
?:
PosSale
Optional
store
store
?:
PosStore
Optional
store
Code
storeCode
?:
string
Optional
target
Merchant
Id
targetMerchantId
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
batch
Id
inventory
merchant
Id
method
sale
store
store
Code
target
Merchant
Id
Google Apps Script API
Loading...