Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
CollectionVoucherDocumentModel Class Reference

Private Member Functions

 CollectionVoucherDocumentModel ({ required this.collection, required this.priceUnit, required this.product, required this.quantityBilled, required this.quantityReceived, })
factory CollectionVoucherDocumentModel fromJson (Map< String, dynamic > json)
Map< String, dynamic > toJson ()

Private Attributes

final Collection collection
final double priceUnit
final String product
final double quantityBilled
final double quantityReceived

Detailed Description

Definition at line 1 of file collection_voucher_document_model.dart.

Constructor & Destructor Documentation

◆ CollectionVoucherDocumentModel()

CollectionVoucherDocumentModel::CollectionVoucherDocumentModel ( { required this.collection, required this.priceUnit, required this.product, required this.quantityBilled, required this.quantityReceived, } )
private
Here is the caller graph for this function:

Member Function Documentation

◆ fromJson()

factory CollectionVoucherDocumentModel CollectionVoucherDocumentModel::fromJson ( Map< String, dynamic > json)
inlineprivate

Definition at line 16 of file collection_voucher_document_model.dart.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ toJson()

Map< String, dynamic > CollectionVoucherDocumentModel::toJson ( )
inlineprivate

Definition at line 26 of file collection_voucher_document_model.dart.

Member Data Documentation

◆ collection

final Collection CollectionVoucherDocumentModel::collection
private

Definition at line 2 of file collection_voucher_document_model.dart.

◆ priceUnit

final double CollectionVoucherDocumentModel::priceUnit
private

Definition at line 3 of file collection_voucher_document_model.dart.

◆ product

final String CollectionVoucherDocumentModel::product
private

Definition at line 4 of file collection_voucher_document_model.dart.

◆ quantityBilled

final double CollectionVoucherDocumentModel::quantityBilled
private

Definition at line 5 of file collection_voucher_document_model.dart.

◆ quantityReceived

final double CollectionVoucherDocumentModel::quantityReceived
private

Definition at line 6 of file collection_voucher_document_model.dart.


The documentation for this class was generated from the following file: