PaystackDetailModel class

Constructors

PaystackDetailModel({dynamic merchantEmail, dynamic customerEmail, dynamic amount, dynamic partner, dynamic publicKey, dynamic transactionRef, dynamic currency, dynamic paymentPartnerId, dynamic redirectLink})
PaystackDetailModel.fromJson(Map<String, dynamic> data)
factory

Properties

amount → dynamic
final
currency → dynamic
final
customerEmail → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
merchantEmail → dynamic
final
partner → dynamic
final
paymentPartnerId → dynamic
final
publicKey → dynamic
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionRef → dynamic
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