Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
collection_voucher_document_model.dart File Reference

Go to the source code of this file.

Classes

class  CollectionVoucherDocumentModel
class  Partner

Functions

 Collection ({ required this.billStatus, required this.collectionConfirmRef, required this.collectionOrderRef, required this.confirmationDate, required this.id, required this.name, required this.partnerId, required this.paymentBillRef, required this.receiptStatus, required this.status, })
factory Collection fromJson (Map< String, dynamic > json)
Map< String, dynamic > toJson ()

Variables

class CollectionVoucherDocumentModel billStatus
final String collectionConfirmRef
final String collectionOrderRef
final String confirmationDate
final int id
final String name
final Partner partnerId
final String paymentBillRef
final String receiptStatus
final String status

Function Documentation

◆ Collection()

Collection ( { required this.billStatus, required this.collectionConfirmRef, required this.collectionOrderRef, required this.confirmationDate, required this.id, required this.name, required this.partnerId, required this.paymentBillRef, required this.receiptStatus, required this.status, } )
Here is the caller graph for this function:

◆ fromJson()

factory ResPaymentModeModel fromJson ( Map< String, dynamic > json)

Definition at line 62 of file collection_voucher_document_model.dart.

Here is the call graph for this function:

◆ toJson()

Map< String, dynamic > toJson ( )

Definition at line 77 of file collection_voucher_document_model.dart.

Variable Documentation

◆ billStatus

◆ collectionConfirmRef

final String collectionConfirmRef

Definition at line 39 of file collection_voucher_document_model.dart.

◆ collectionOrderRef

final String collectionOrderRef

Definition at line 40 of file collection_voucher_document_model.dart.

◆ confirmationDate

final String confirmationDate

Definition at line 41 of file collection_voucher_document_model.dart.

◆ id

override List< Object > get id

Definition at line 42 of file collection_voucher_document_model.dart.

◆ name

final String name

Definition at line 43 of file collection_voucher_document_model.dart.

◆ partnerId

final Partner partnerId

Definition at line 44 of file collection_voucher_document_model.dart.

◆ paymentBillRef

final String paymentBillRef

Definition at line 45 of file collection_voucher_document_model.dart.

◆ receiptStatus

final String receiptStatus

Definition at line 46 of file collection_voucher_document_model.dart.

◆ status

final String status

Definition at line 47 of file collection_voucher_document_model.dart.