PaymentStatusModel class

Constructors

PaymentStatusModel({String? id, String? subscriberId, String? bookingId, String? amount, String? vat, String? vatAmount, String? fee, String? feeAmount, String? totalAmount, String? amountToPay, String? currency, String? type, String? purpose, String? status, String? paymentAddress, String? transactionId, String? transactionHash, Meta? meta, String? provider, DateTime? paymentDate, DateTime? createdAt, DateTime? updatedAt})
PaymentStatusModel.fromJson(Map<String, dynamic> json)
factory

Properties

amount String?
final
amountToPay String?
final
bookingId String?
final
createdAt DateTime?
final
currency String?
final
fee String?
final
feeAmount String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
meta Meta?
final
paymentAddress String?
final
paymentDate DateTime?
final
provider String?
final
purpose String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
final
subscriberId String?
final
totalAmount String?
final
transactionHash String?
final
transactionId String?
final
type String?
final
updatedAt DateTime?
final
vat String?
final
vatAmount String?
final

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