MomoPaymentInfo class

Constructors

MomoPaymentInfo({required String appScheme, required String merchantName, required String merchantCode, required String partnerCode, required int amount, required String orderId, required String orderLabel, required String partner, required String merchantNameLabel, required int fee, String? description, String? username, String? extra, bool isTestMode = false})

Properties

amount int
getter/setter pair
appScheme String
getter/setter pair
description String?
getter/setter pair
extra String?
getter/setter pair
fee int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isTestMode bool
getter/setter pair
merchantCode String
getter/setter pair
merchantName String
getter/setter pair
merchantNameLabel String
getter/setter pair
orderId String
getter/setter pair
orderLabel String
getter/setter pair
partner String
getter/setter pair
partnerCode String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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