Shop class

Данные магазина

Constructors

Shop({required String shopCode, required String name, int amount = 0, String? fee})

Properties

amount int
Сумма в копейках, которая относится к указанному в ShopCode партнеру
final
fee String?
Сумма комиссии в копейках, удерживаемая из возмещения партнера в пользу маркетплейса. Если не передано, используется комиссия, указанная при регистрации
final
hashCode int
The hash code for this object.
no setterinherited
name String
Наименование позиции
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shopCode 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