CollectStockHistoryRequest constructor

CollectStockHistoryRequest({
  1. String? fromPartyId,
  2. String? status,
  3. String? offset,
  4. String? limit,
  5. String? fromDate,
  6. String? toDate,
})

Implementation

CollectStockHistoryRequest(
    {this.fromPartyId,
    this.status,
    this.offset,
    this.limit,
    this.fromDate,
    this.toDate});