InvoiceOrder class
- Annotations
-
- @JsonSerializable.new(includeIfNull: false)
Constructors
- InvoiceOrder({String? id, String? description, String? currency, required num amount})
-
InvoiceOrder.fromJson(Map<
String, dynamic> json) -
Преобразование json в модель
factory
Properties
- amount → num
-
final
- currency → String?
-
Уникальный идентификатор точки продаж в системе Продавца
final
- description → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
ID точки продаж
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? description, String? currency, String? id, num? amount}) → InvoiceOrder -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited