LokotroPaymentMethod constructor
LokotroPaymentMethod({})
Implementation
LokotroPaymentMethod({
required this.id,
required this.name,
required this.displayName,
required this.channel,
required this.iconUrl,
this.isEnabled = true,
this.configuration,
this.supportedCurrencies,
});