CFPaymentGatewayService class

Constructors

CFPaymentGatewayService()
factory

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

doPayment(CFPayment cfPayment) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
responseMethod(dynamic value) → void
setCallback(void vp(String), void error(CFErrorResponse, String)) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

onError ↔ (void Function(CFErrorResponse, String)?)
getter/setter pair
verifyPayment ↔ (void Function(String)?)
getter/setter pair