PosPaymentService class
Constructors
- PosPaymentService.new({required String ip, required int port})
Properties
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