InvoiceData class

Constructors

InvoiceData({required String profileID, required String id, required String uuid, required String issueDate, required String issueTime, required String invoiceTypeCode, required String invoiceTypeName, required String note, required String currencyCode, required String taxCurrencyCode, required Supplier supplier, required Customer customer, required List<InvoiceLine> invoiceLines, required String taxAmount, required String totalAmount})

Properties

currencyCode String
final
customer Customer
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
invoiceLines List<InvoiceLine>
final
invoiceTypeCode String
final
invoiceTypeName String
final
issueDate String
final
issueTime String
final
note String
final
profileID String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supplier Supplier
final
taxAmount String
final
taxCurrencyCode String
final
totalAmount String
final
uuid 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