CollectStockHistoryDetailsContentModel constructor

CollectStockHistoryDetailsContentModel({
  1. int? fieldForceAgentId,
  2. String? productName,
  3. String? materialCode,
  4. String? createdDate,
  5. String? status,
  6. List<AssetList>? assetList,
  7. int? assetCount,
  8. int? collectStockProductMappingEntityid,
  9. String? productCode,
  10. int? quantity,
  11. double? unitPrice,
  12. double? unitPriceWithoutTax,
  13. double? unitTax,
  14. double? unitDiscount,
  15. double? netAmountWithoutTax,
  16. double? unitNetAmount,
  17. double? totalTax,
  18. double? totalDiscount,
  19. double? totalAmount,
  20. String? currency,
})

Implementation

CollectStockHistoryDetailsContentModel(
    {this.fieldForceAgentId,
    this.productName,
    this.materialCode,
    this.createdDate,
    this.status,
    this.assetList,
    this.assetCount,
    this.collectStockProductMappingEntityid,
    this.productCode,
    this.quantity,
    this.unitPrice,
    this.unitPriceWithoutTax,
    this.unitTax,
    this.unitDiscount,
    this.netAmountWithoutTax,
    this.unitNetAmount,
    this.totalTax,
    this.totalDiscount,
    this.totalAmount,
    this.currency});