class PosCustomBatchRequestEntry extends Model (View source)

Properties

string $batchId
protected $inventoryType
protected $inventoryDataType
string $merchantId
string $method
protected $saleType
protected $saleDataType
protected $storeType
protected $storeDataType
string $storeCode
string $targetMerchantId

Methods

setBatchId($batchId)

No description

string
getBatchId()

No description

setInventory(PosInventory $inventory)

No description

getInventory()

No description

setMerchantId($merchantId)

No description

string
getMerchantId()

No description

setMethod($method)

No description

string
getMethod()

No description

setSale(PosSale $sale)

No description

getSale()

No description

setStore(PosStore $store)

No description

getStore()

No description

setStoreCode($storeCode)

No description

string
getStoreCode()

No description

setTargetMerchantId($targetMerchantId)

No description

string
getTargetMerchantId()

No description

Details

setBatchId($batchId)

No description

Parameters

$batchId

string getBatchId()

No description

Return Value

string

setInventory(PosInventory $inventory)

No description

Parameters

PosInventory $inventory

PosInventory getInventory()

No description

Return Value

PosInventory

setMerchantId($merchantId)

No description

Parameters

$merchantId

string getMerchantId()

No description

Return Value

string

setMethod($method)

No description

Parameters

$method

string getMethod()

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

setStoreCode($storeCode)

No description

Parameters

$storeCode

string getStoreCode()

No description

Return Value

string

setTargetMerchantId($targetMerchantId)

No description

Parameters

$targetMerchantId

string getTargetMerchantId()

No description

Return Value

string