LokotroPayConfigs class

Configuration class for Lokotro Pay

Constructors

LokotroPayConfigs({required String token, bool isProduction = false, String? customApiUrl, Duration? timeout, String acceptLanguage = 'fr', String? googlePayMerchantId, String? googlePayGatewayMerchantId, String? applePayMerchantId})

Properties

acceptLanguage String
final
applePayMerchantId String?
Apple Pay merchant identifier (e.g. "merchant.com.lokotro.pay").
final
customApiUrl String?
final
googlePayGatewayMerchantId String?
Google Pay gateway merchant ID (gateway-specific, e.g. Mastercard merchant ID for Google Pay).
final
googlePayMerchantId String?
Google Pay merchant ID from Google Pay Business Console.
final
hashCode int
The hash code for this object.
no setterinherited
isProduction bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout Duration?
final
token String
final

Methods

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