ClearedInvoiceResultModel class
A model representing the result of a cleared invoice.
Extends InvoiceResultBaseModel to include information specific to cleared invoices, such as their final status.
- Inheritance
-
- Object
- InvoiceResultBaseModel
- ClearedInvoiceResultModel
Constructors
-
ClearedInvoiceResultModel.new({required ClearedInvoiceResultStatus status, required List<
ErrorModel> errors, required String invoiceHash, required List<WarningModel> warnings}) -
Creates a new instance of ClearedInvoiceResultModel.
const
Properties
-
errors
→ List<
ErrorModel> -
A list of errors encountered during the invoice processing.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- invoiceHash → String
-
The unique hash identifier for the invoice.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → ClearedInvoiceResultStatus
-
The final status of the cleared invoice.
final
-
warnings
→ List<
WarningModel> -
A list of warnings that may be present during the invoice processing.
finalinherited
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