PaymentInitiationRequestModel class

Constructors

PaymentInitiationRequestModel({required int amount, required String mobile, required String productIdentity, required String productName, required String transactionPin, String? productUrl, Map<String, Object?>? additionalData})

Properties

additionalData Map<String, Object?>?
final
amount int
final
hashCode int
The hash code for this object.
no setterinherited
mobile String
final
productIdentity String
final
productName String
final
productUrl String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionPin String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson({bool beautify = false}) String
inherited
toMap() Map<String, Object?>
toString() String
A string representation of this object.
override

Operators

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