CheckoutResponse class

Constructors

CheckoutResponse({required int amount, required String currency, FlutterwaveCustomer? customer, String? flw_ref, required bool status, required String tx_ref, required int transaction_id})
CheckoutResponse.defaults()
factory

Properties

amount int
final
currency String
final
customer FlutterwaveCustomer?
final
flw_ref String?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status bool
final
transaction_id int
final
tx_ref String
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