PosCustomBatchResponseEntry
class PosCustomBatchResponseEntry extends Model (View source)
Properties
string | $batchId | ||
protected | $errorsType | ||
protected | $errorsDataType | ||
protected | $inventoryType | ||
protected | $inventoryDataType | ||
string | $kind | ||
protected | $saleType | ||
protected | $saleDataType | ||
protected | $storeType | ||
protected | $storeDataType |
Methods
setBatchId($batchId)
No description
string
getBatchId()
No description
getInventory()
No description
setKind($kind)
No description
string
getKind()
No description
Details
setBatchId($batchId)
No description
string
getBatchId()
No description
setErrors(Errors $errors)
No description
Errors
getErrors()
No description
setInventory(PosInventory $inventory)
No description
PosInventory
getInventory()
No description
setKind($kind)
No description
string
getKind()
No description
setSale(PosSale $sale)
No description
PosSale
getSale()
No description
setStore(PosStore $store)
No description
PosStore
getStore()
No description