FlutterPaypalSDK class

Constructors

FlutterPaypalSDK({required String clientId, required String clientSecret, required String mode})

Properties

clientId String
final
clientSecret String
final
dio ↔ Dio
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mode String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createPayment(Map<String, dynamic> transactions, String accessToken) Future<Payment>
executePayment(String executeUrl, String payerId, String accessToken) Future<Map<String, dynamic>?>
getAccessToken() Future<AccessToken>
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