FlwCheckoutRequest class

Object for making request

Constructors

FlwCheckoutRequest({required String redirectUrl, required num amount, required String email, required String transactionRef, required String customerName, required String currency, required String publicKey, void onError(String message)?})

Properties

amount num
final
currency String
final
customerName String
final
email String
final
hashCode int
The hash code for this object.
no setterinherited
onError → void Function(String message)?
final
publicKey String
final
redirectUrl String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionRef 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