LokotroPayConfigs constructor

LokotroPayConfigs({
  1. required String token,
  2. Duration? timeout,
  3. String acceptLanguage = 'fr',
  4. String? googlePayMerchantId,
  5. String? googlePayGatewayMerchantId,
  6. String? applePayMerchantId,
})

Implementation

LokotroPayConfigs({
  required this.token,
  this.timeout,
  this.acceptLanguage = 'fr',
  this.googlePayMerchantId,
  this.googlePayGatewayMerchantId,
  this.applePayMerchantId,
});