PaymentInfo class

Constructors

PaymentInfo({required String secretKey, required String reference, required int amount, required String country, required String currency, required String email, required String firstName, required String lastName, dynamic metadata, Widget? companyAssetImage, PaymentCard? paymentCard})

Properties

amount int
final
companyAssetImage Widget?
getter/setter pair
country String
final
currency String
final
email String
final
firstName String
final
formattedAmount String
no setter
hashCode int
The hash code for this object.
no setterinherited
lastName String
final
metadata ↔ dynamic
getter/setter pair
paymentCard PaymentCard?
getter/setter pair
reference String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretKey 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.
override

Operators

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