KevinPaymentSessionConfiguration class

Constructors

KevinPaymentSessionConfiguration({required String paymentId, KevinCountry? preselectedCountry, bool disableCountrySelection = false, List<KevinCountry> countryFilter = const [], List<String> bankFilter = const [], String? preselectedBank, bool skipBankSelection = false, bool skipAuthentication = false})
const

Properties

bankFilter List<String>
final
countryFilter List<KevinCountry>
final
disableCountrySelection bool
final
hashCode int
The hash code for this object.
no setterinherited
paymentId String
final
preselectedBank String?
final
preselectedCountry → KevinCountry?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipAuthentication bool
final
skipBankSelection bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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