LokotroPaymentMethod class
Payment method model
Constructors
-
LokotroPaymentMethod({required String id, required String name, required String displayName, required LokotroPayChannel channel, required String iconUrl, bool isEnabled = true, Map<
String, dynamic> ? configuration, List<String> ? supportedCurrencies}) -
LokotroPaymentMethod.fromJson(Map<
String, dynamic> json) -
factory
Properties
- channel → LokotroPayChannel
-
final
-
configuration
→ Map<
String, dynamic> ? -
final
- displayName → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconUrl → String
-
final
- id → String
-
final
- isEnabled → bool
-
final
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
supportedCurrencies
→ List<
String> ? -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited