PaystackPayManager class

Constructors

PaystackPayManager({required BuildContext context, required String secretKey, required String reference, required int amount, required String country, required String currency, required String email, required String firstName, required String lastName, Widget? companyAssetImage, dynamic metadata, required dynamic onSuccessful(Transaction), required dynamic onPending(Transaction), required dynamic onFailed(Transaction), required dynamic onCancelled(Transaction)})

Properties

amount int
final
companyAssetImage Widget?
getter/setter pair
context BuildContext
final
country String
final
currency String
final
email String
final
firstName String
final
hashCode int
The hash code for this object.
no setterinherited
lastName String
final
metadata ↔ dynamic
getter/setter pair
onCancelled ↔ dynamic Function(Transaction)
getter/setter pair
onFailed ↔ dynamic Function(Transaction)
getter/setter pair
onPending ↔ dynamic Function(Transaction)
getter/setter pair
onSuccessful ↔ dynamic Function(Transaction)
getter/setter pair
reference String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretKey String
final

Methods

initialize() → dynamic
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