Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
req_collection_payment_entity.dart
Go to the documentation of this file.
2 final String id;
4 final int userId;
6 final int? paymentModeId;
7 final int? contactId;
8
10 required this.id,
11 required this.invoiceDateDue,
12 required this.userId,
13 required this.signatureImage,
14 required this.paymentModeId,
15 required this.contactId,
16 });
17}
ReqCollectionPaymentEntity({ required this.id, required this.invoiceDateDue, required this.userId, required this.signatureImage, required this.paymentModeId, required this.contactId, })
class Partner String