Mobpay class

Constructors

Mobpay({required Merchant merchant, required bool live})

Properties

hashCode int
The hash code for this object.
no setterinherited
live bool
getter/setter pair
merchant Merchant
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
urls Urls
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pay({required Payment payment, required Customer customer, required dynamic transactionSuccessfullCallback(Map<String, dynamic>), required dynamic transactionFailureCallback(Map<String, dynamic>), required BuildContext context, Config? config}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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