FincraPaymentInitiate class

Constructors

FincraPaymentInitiate({required String publicKey, required int amount, required String customerFirstName, required String customerLastName, required String customerEmail, required String customerPhone, Currency currency = Currency.ngn, FeeBearer feeBearer = FeeBearer.business, String? reference, List<String> paymentMethods = const [], String? defaultPaymentMethod})
FincraPaymentInitiate.fromJson(Map<String, dynamic> json)
factory

Properties

amount int
getter/setter pair
currency Currency
getter/setter pair
customerEmail String
getter/setter pair
customerFirstName String
getter/setter pair
customerLastName String
getter/setter pair
customerPhone String
getter/setter pair
defaultPaymentMethod String?
getter/setter pair
feeBearer FeeBearer
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
paymentMethods List<String>
getter/setter pair
publicKey String
getter/setter pair
reference String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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