CurrentOperation class

Constructors

CurrentOperation.new({OrganizationPosTerminalSber? selectOrganization, required String idempotenceKeyERN, required String currentClientId, required double amount, String? retrievalReferenceNumber})
CurrentOperation.empty({String idempotenceKeyERN = '', String currentClientId = '', double amount = 0.0, OrganizationPosTerminalSber? selectOrganization, String? retrievalReferenceNumber})

Properties

amount double
final
currentClientId String
final
hashCode int
The hash code for this object.
no setterinherited
idempotenceKeyERN String
final
retrievalReferenceNumber String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectOrganization OrganizationPosTerminalSber?
final

Methods

copyWith({OrganizationPosTerminalSber? selectOrganization, String? idempotenceKeyERN, String? currentClientId, double? amount, String? retrievalReferenceNumber}) CurrentOperation
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