UIpgAdditionalData class

Constructors

UIpgAdditionalData({String? trackingNumber, int? tag, int? kind, String? invoiceId, String? billId, String? paymentId, String? chargeMobileNumber, int? status, String? rrn, String? token, bool paid = false, List<UKeyValueData> keyValues = const <UKeyValueData>[]})
UIpgAdditionalData.fromJson(String str)
factory
UIpgAdditionalData.fromMap(Map<String, dynamic> json)
factory

Properties

billId → String?
final
chargeMobileNumber → String?
final
hashCode → int
The hash code for this object.
no setterinherited
invoiceId → String?
final
keyValues → List<UKeyValueData>
final
kind → int?
final
final
paymentId → String?
final
rrn → String?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
status → int?
final
tag → int?
final
token → String?
final
trackingNumber → String?
final

Methods

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

Operators

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