NinepaySdkFlutter class

Constructors

NinepaySdkFlutter({required String merchantCode, required String secretKey, String? uId, String? colorCode, required String flavorEnv, String? phoneNumber})
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

cancel() → void
checkUrl(String url) bool
close() → void
createOrder({required String amount, required String productName, required String requestId, required String orderType, required String bType, required String bInfo}) Future<void>
getListPaymentMethod({required dynamic onSuccess(Map<String, dynamic>), required dynamic onError(String)}) Future<void>
getUserInfo() → void
logout() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onEvent() Stream
openPaymentOnSDK(String urlPayment, String type, bool isShowResultScreen) → void
Pass url payment from backend
openSDKWithAction({String? action = NinepayActions.LOGIN}) → void
toString() String
A string representation of this object.
inherited

Operators

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