CollectStockSubmitRequest constructor

CollectStockSubmitRequest({
  1. String? fieldForceAgentId,
  2. String? fromPartyId,
  3. String? toPartyId,
  4. String? toPartyType,
  5. String? toPartyName,
  6. String? transactionRemarks,
  7. String? scanbyParty,
  8. List<RelatedParty>? relatedParty,
})

Implementation

CollectStockSubmitRequest(
    {this.fieldForceAgentId,
    this.fromPartyId,
    this.toPartyId,
    this.toPartyType,
    this.toPartyName,
    this.transactionRemarks,
    this.scanbyParty,
    this.relatedParty});