PosCustomBatchRequestEntry constructor

PosCustomBatchRequestEntry({
  1. int? batchId,
  2. PosInventory? inventory,
  3. String? merchantId,
  4. String? method,
  5. PosSale? sale,
  6. PosStore? store,
  7. String? storeCode,
  8. String? targetMerchantId,
})

Implementation

PosCustomBatchRequestEntry({
  this.batchId,
  this.inventory,
  this.merchantId,
  this.method,
  this.sale,
  this.store,
  this.storeCode,
  this.targetMerchantId,
});