PaymentResponseModel class

Constructors

PaymentResponseModel({String? accCode, String? merchantCode, String? msisdn, Object? otp, Object? refId, int? responseCode, String? responseDescription, String? transactionId})
PaymentResponseModel.fromJson(Map<String, dynamic> json)
factory

Properties

accCode String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
merchantCode String?
getter/setter pair
msisdn String?
getter/setter pair
otp Object?
getter/setter pair
refId Object?
getter/setter pair
responseCode int?
getter/setter pair
responseDescription String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionId 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