PaymentInfoModel class

Constructors

PaymentInfoModel({int? id, int? type, String? firebaseQR, String? paymentMethod, PaymentMethodInfo? paymentMethodInfo, String? countryCode, String? currency, double? amount, int? commissionId, PaymentResultStatus? status, String? error, int? timestamp, String? transactionFriendlyId, int? deliveryLocationId, int? fromShop, String? gateway})
PaymentInfoModel.fromJson(Map<String, dynamic> json)

Properties

amount double?
getter/setter pair
commissionId int?
getter/setter pair
countryCode String?
getter/setter pair
currency String?
getter/setter pair
deliveryLocationId int?
getter/setter pair
error String?
getter/setter pair
firebaseQR String?
getter/setter pair
fromShop int?
getter/setter pair
gateway String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
paymentData PaymentDataModel?
getter/setter pair
paymentMethod String?
getter/setter pair
paymentMethodInfo PaymentMethodInfo?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status PaymentResultStatus?
getter/setter pair
timestamp int?
getter/setter pair
transactionFriendlyId String?
getter/setter pair
type int?
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