KwikPassConfig constructor
KwikPassConfig({
- required String mid,
- required Environment environment,
- required MerchantType merchantType,
- bool? enabled,
- String? shopDomain,
- bool? isSnowplowTrackingEnabled,
- String? kcMerchantId,
- String? kcMerchantToken,
Implementation
KwikPassConfig({
required this.mid,
required this.environment,
required this.merchantType,
this.enabled,
this.shopDomain,
this.isSnowplowTrackingEnabled,
this.kcMerchantId,
this.kcMerchantToken,
});