PosPaymentService class

Constructors

PosPaymentService.new({required String ip, required int port})

Properties

hashCode int
The hash code for this object.
no setterinherited
ip String
final
mapper PosMapper
latefinal
port int
final
posModule ↔ POSPaymentModule
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

abortOperation(SendPosServiceModel serviceModel) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pay(SendPosPaymentModel paymentModel) Future<GetPosPaymentModel>
refund(SendPosRefundModel refundModel) Future<GetPosRefundModel>
serviceOperation(SendPosServiceModel serviceModel) Future<GetPosServiceModel>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited