PaymentResponseBody class

Constructors

PaymentResponseBody({required String id, required String reference, required String spotflowReference, required num amount, required String currency, required String channel, required String status, required CustomerInfo customer, required String provider, num? rate, Authorization? authorization, DateTime? createdAt, String? providerMessage, BankDetails? bankDetails, UssdResponse? ussd})
PaymentResponseBody.fromJson(Map<String, dynamic> json)
factory

Properties

amount num
final
authorization Authorization?
final
bankDetails BankDetails?
final
channel String
final
createdAt DateTime?
final
currency String
final
customer → CustomerInfo
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
provider String
final
providerMessage String?
final
rate num?
final
reference String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spotflowReference String
final
status String
final
ussd UssdResponse?
final

Methods

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

Operators

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