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})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
override