Positionsentwurf class

Was der Kassier eingegeben hat, bevor daraus eine Position wird.

Constructors

Positionsentwurf({required String bezeichnung, required int betragCents, required VatRate steuersatz, int? maxMenge})
const

Properties

betragCents int
Einzelpreis in ganzen Cent.
final
bezeichnung String
Pflicht. § 132a BAO verlangt die handelsübliche Bezeichnung auf dem Beleg.
final
hashCode int
The hash code for this object.
no setterinherited
maxMenge int?
Höchstmenge je Beleg (Artikel); die Menge im Korb geht nie darüber.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
steuersatz VatRate
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