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

Private Member Functions

 ReqCollectionPaymentModel ({ required super.id, required super.invoiceDateDue, required super.userId, required super.signatureImage, required super.paymentModeId, required super.contactId, })
factory ReqCollectionPaymentModel fromJson (Map< String, dynamic > json)
Map< String, dynamic > toJson ()
factory ReqCollectionPaymentModel fromEntity (ReqCollectionPaymentEntity entity)
 ReqCollectionPaymentEntity ({ required this.id, required this.invoiceDateDue, required this.userId, required this.signatureImage, required this.paymentModeId, required this.contactId, })

Private Attributes

final String id
final String invoiceDateDue
final int userId
final String signatureImage
final int paymentModeId
final int contactId

Detailed Description

Definition at line 3 of file req_collection_payment_model.dart.

Constructor & Destructor Documentation

◆ ReqCollectionPaymentEntity()

ReqCollectionPaymentEntity::ReqCollectionPaymentEntity ( { required this.id, required this.invoiceDateDue, required this.userId, required this.signatureImage, required this.paymentModeId, required this.contactId, } )
private
Here is the caller graph for this function:

Member Function Documentation

◆ fromEntity()

factory ReqCollectionPaymentModel ReqCollectionPaymentEntity::fromEntity ( ReqCollectionPaymentEntity entity)
inlineprivate

Definition at line 35 of file req_collection_payment_model.dart.

Here is the call graph for this function:

◆ fromJson()

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

Definition at line 13 of file req_collection_payment_model.dart.

Here is the call graph for this function:

◆ ReqCollectionPaymentModel()

ReqCollectionPaymentEntity::ReqCollectionPaymentModel ( { required super.id, required super.invoiceDateDue, required super.userId, required super.signatureImage, required super.paymentModeId, required super.contactId, } )
private
Here is the caller graph for this function:

◆ toJson()

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

Definition at line 24 of file req_collection_payment_model.dart.

Member Data Documentation

◆ contactId

final int ReqCollectionPaymentEntity::contactId
private

Definition at line 7 of file req_collection_payment_entity.dart.

◆ id

final String ReqCollectionPaymentEntity::id
private

Definition at line 2 of file req_collection_payment_entity.dart.

◆ invoiceDateDue

final String ReqCollectionPaymentEntity::invoiceDateDue
private

Definition at line 3 of file req_collection_payment_entity.dart.

◆ paymentModeId

final int ReqCollectionPaymentEntity::paymentModeId
private

Definition at line 6 of file req_collection_payment_entity.dart.

◆ signatureImage

final String ReqCollectionPaymentEntity::signatureImage
private

Definition at line 5 of file req_collection_payment_entity.dart.

◆ userId

final int ReqCollectionPaymentEntity::userId
private

Definition at line 4 of file req_collection_payment_entity.dart.


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