InvoiceResultStatus enum

Enum for Invoice Result Status, which represents the different statuses an invoice can have after processing. These statuses are used to indicate the result of the invoice reporting process.

Inheritance
Available extensions

Values

reported → const InvoiceResultStatus

The invoice has been reported successfully.

notReported → const InvoiceResultStatus

The invoice has not been reported.

acceptedWithWarnings → const InvoiceResultStatus

The invoice has been accepted but with warnings.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<InvoiceResultStatus>
A constant List of the values in this enum, in order of their declaration.