LeanSDK class

Constructors

LeanSDK({dynamic env, dynamic version, dynamic country, dynamic appToken, dynamic language, dynamic showLogs, dynamic isSandbox, dynamic packageInfo, dynamic customization})

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

connect({required String customerId, required List<LeanPermissions> permissions, String? endUserId, String? accessTo, String? accessFrom, String? bankIdentifier, String? failRedirectUrl, String? successRedirectUrl, String? paymentDestinationId, String? accountType}) → dynamic
createBeneficiary({required String customerId, String? paymentSourceId, String? failRedirectUrl, String? successRedirectUrl, String? paymentDestinationId}) → dynamic
createPaymentSource({required String customerId, String? bankIdentifier, String? failRedirectUrl, String? paymentSourceId, String? successRedirectUrl, String? paymentDestinationId}) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pay({String? paymentIntentId, String? bulkPaymentIntentId, String? endUserId, String? accountId, bool? showBalances, String? failRedirectUrl, String? successRedirectUrl}) → dynamic
reconnect({required String reconnectId}) → dynamic
toString() String
A string representation of this object.
inherited
updatePaymentSource({required String customerId, required String paymentSourceId, required String paymentDestinationId, String? endUserId, String? failRedirectUrl, String? successRedirectUrl}) → dynamic

Operators

operator ==(Object other) bool
The equality operator.
inherited