BankAlfalahPaymentService class

Service for handling Bank Alfalah payment operations.

This service manages the entire payment lifecycle, from initialization to processing the final response from the payment gateway.

Constructors

BankAlfalahPaymentService({required BankAlfalahConfig config})
Creates a new payment service with the provided configuration.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

initiatePayment({required PaymentRequest request, required BuildContext context}) Future<PaymentResult>
Initiates the payment process.
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