InvoiceModel class
Constructors
- InvoiceModel({required String accountNo, required String amount, required int currency, required String info, required String expiration, required String lastName, required String firstName, required String middleName, required String city, required String street, required String house, required String building, required int apartment, required bool isNameEditable, required bool isAddressEditable, required bool isAmountEditable, required String emailNotification, required String smsPhone, required bool shouldReturnInvoiceUrl, required String lifeTime, required int invoiceNo, required int status, required String created, required int cardInvoiceNo})
Properties
- accountNo → String
-
final
- amount → String
-
final
- apartment → int
-
final
- building → String
-
final
- cardInvoiceNo → int
-
final
- city → String
-
final
- created → String
-
final
- currency → int
-
final
- emailNotification → String
-
final
- expiration → String
-
final
- firstName → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- house → String
-
final
- info → String
-
final
- invoiceNo → int
-
final
- isAddressEditable → bool
-
final
- isAmountEditable → bool
-
final
- isNameEditable → bool
-
final
- lastName → String
-
final
- lifeTime → String
-
final
- middleName → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shouldReturnInvoiceUrl → bool
-
final
- smsPhone → String
-
final
- status → int
-
final
- street → String
-
final
Methods
-
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