KwikPassConfig constructor

KwikPassConfig({
  1. required String mid,
  2. required Environment environment,
  3. required MerchantType merchantType,
  4. bool? enabled,
  5. String? shopDomain,
  6. bool? isSnowplowTrackingEnabled,
  7. String? kcMerchantId,
  8. String? kcMerchantToken,
})

Implementation

KwikPassConfig({
  required this.mid,
  required this.environment,
  required this.merchantType,
  this.enabled,
  this.shopDomain,
  this.isSnowplowTrackingEnabled,
  this.kcMerchantId,
  this.kcMerchantToken,
});