FlutterGetnetPaymentPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterGetnetPaymentPlatform
- Implementers
Constructors
- FlutterGetnetPaymentPlatform()
- Constructs a FlutterGetnetPaymentPlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
deviceInfo(
) → Future< GetnetDeviceInfo> -
info(
) → Future< GetnetInfoResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pay(
{required GetnetPaymentPayload paymentPayload}) → Future< GetnetPaymentResponse> -
preAutorization(
{required GetnetPreAutorizationPayload preAutorizationPayload}) → Future< GetnetPreAutorizationResponse> -
print(
{required GetnetPrintPayload printPayload}) → Future< void> -
refund(
{required GetnetRefundPayload refundPayload}) → Future< GetnetRefundResponse> -
reprint(
) → Future< void> -
statusPayment(
{required GetnetStatusPaymentPayload statusPaymentPayload}) → Future< GetnetStatusPaymentResponse> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterGetnetPaymentPlatform
-
The default instance of FlutterGetnetPaymentPlatform to use.
getter/setter pair