BedeApi class
- Inheritance
-
- Object
- ApiHandler
- BedeApi
Constructors
- BedeApi({required Environment env})
Properties
- dio → Dio
-
latefinal
- env → Environment
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
checkStatus(
{required CheckStatusRequest request}) → Future< CheckStatusResponse> -
getMethods(
{required String merchantId}) → Future< List< PaymentMethodModel> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
processRequest<
T> (Future< Response> request(), T build(dynamic)) → Future<T> -
inherited
-
requestPayment(
{required InitiatePaymentRequest request}) → Future< InitiatePaymentResponse> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited