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

setErrors(Errors $errors)

No description

getErrors()

No description

setInventory(PosInventory $inventory)

No description

getInventory()

No description

setKind($kind)

No description

string
getKind()

No description

setSale(PosSale $sale)

No description

getSale()

No description

setStore(PosStore $store)

No description

getStore()

No description

Details

setBatchId($batchId)

No description

Parameters

$batchId

string getBatchId()

No description

Return Value

string

setErrors(Errors $errors)

No description

Parameters

Errors $errors

Errors getErrors()

No description

Return Value

Errors

setInventory(PosInventory $inventory)

No description

Parameters

PosInventory $inventory

PosInventory getInventory()

No description

Return Value

PosInventory

setKind($kind)

No description

Parameters

$kind

string getKind()

No description

Return Value

string

setSale(PosSale $sale)

No description

Parameters

PosSale $sale

PosSale getSale()

No description

Return Value

PosSale

setStore(PosStore $store)

No description

Parameters

PosStore $store

PosStore getStore()

No description

Return Value

PosStore