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

Private Member Functions

 SendCollectionPaymentParams ({ required this.collectionId, required this.userId, required this.invoiceDateDue, required this.signatureImage, required this.paymentModeId, required this.contactId, })

Private Attributes

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

Detailed Description

Definition at line 8 of file send_collection_payment_usecase.dart.

Constructor & Destructor Documentation

◆ SendCollectionPaymentParams()

SendCollectionPaymentParams::SendCollectionPaymentParams ( { required this.collectionId, required this.userId, required this.invoiceDateDue, required this.signatureImage, required this.paymentModeId, required this.contactId, } )
private

Member Data Documentation

◆ collectionId

final String SendCollectionPaymentParams::collectionId
private

Definition at line 9 of file send_collection_payment_usecase.dart.

◆ contactId

final int SendCollectionPaymentParams::contactId
private

Definition at line 14 of file send_collection_payment_usecase.dart.

◆ invoiceDateDue

final String SendCollectionPaymentParams::invoiceDateDue
private

Definition at line 10 of file send_collection_payment_usecase.dart.

◆ paymentModeId

final int SendCollectionPaymentParams::paymentModeId
private

Definition at line 13 of file send_collection_payment_usecase.dart.

◆ signatureImage

final String SendCollectionPaymentParams::signatureImage
private

Definition at line 12 of file send_collection_payment_usecase.dart.

◆ userId

final int SendCollectionPaymentParams::userId
private

Definition at line 11 of file send_collection_payment_usecase.dart.


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