DataPaymentInvoice class
Constructors
- DataPaymentInvoice.new({required int partnerId, String? companyName, String? address, String? phoneNumber, String? invoiceTitle, required String invoiceNumber, required String date, required String recipientName, required String amount, required String note, required String totalAccount, required String totalPaid, required String authorizedSignature, String language = 'fa'})
Properties
- address ↔ String?
-
getter/setter pair
- amount → String
-
final
- amountInWords ↔ String?
-
getter/setter pair
-
final
- companyName ↔ String?
-
getter/setter pair
- date → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- invoiceNumber → String
-
final
- invoiceTitle ↔ String?
-
getter/setter pair
- language → String
-
final
- note → String
-
final
- partnerId → int
-
final
- phoneNumber ↔ String?
-
getter/setter pair
- recipientName → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalAccount → String
-
final
- totalPaid → String
-
final
Methods
-
cleanString(
String input) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited