LokotroPaymentSubmitRequest class
Payment submission request
Constructors
- LokotroPaymentSubmitRequest({required String paymentId, required String paymentMethodId, required String firstName, required String lastName, required String email, required String phoneNumber, bool savePaymentMethod = false, String? ewalletNumber, String? ewalletPin, String? mobileMoneyPhoneNumber, String? flashNumber, String? flashPin, String? cardNumber, String? cardExpiryDate, String? cardCvv, String? cardHolderName})
-
const
Properties
- cardCvv → String?
-
final
- cardExpiryDate → String?
-
final
- cardHolderName → String?
-
final
- cardNumber → String?
-
final
- email → String
-
final
- ewalletNumber → String?
-
final
- ewalletPin → String?
-
final
- firstName → String
-
final
- flashNumber → String?
-
final
- flashPin → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastName → String
-
final
- mobileMoneyPhoneNumber → String?
-
final
- paymentId → String
-
final
- paymentMethodId → String
-
final
- phoneNumber → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- savePaymentMethod → bool
-
final
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited