PaymentsAppAPI class
API service for Payments App operations.
Provides functionality for managing Adyen payments app configurations and operations.
- Inheritance
-
- Object
- Service
- ApiService
- PaymentsAppAPI
Constructors
- PaymentsAppAPI(Client client)
- Creates a new Payments App API instance.
Properties
- apiKeyRequired ↔ bool
-
Indicates whether an API key is required for this service.
getter/setter pairinherited
- client → Client
-
The Adyen API client used by this service.
finalinherited
- dio → Dio
-
The Dio HTTP client used for making API requests.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- paymentsAppApi ↔ PaymentsAppApi
-
API for payments app operations.
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serializers → Serializers
-
Serializers for JSON serialization/deserialization of request/response data.
final
Methods
-
createBaseUrl(
String url) → String -
Creates a base URL for API requests based on client configuration.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
unwrap<
T> (Future< Response< call) → Future<T> >T?> -
Unwraps data from Dio
Responseor throws appropriate exception.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited