CheckoutProps constructor
CheckoutProps({})
Implementation
CheckoutProps({
this.checkoutId,
this.onMessage,
this.onError,
String? cartId,
String? storefrontToken,
String? storeId,
String? fbPixel,
String? gaTrackingID,
String? webEngageID,
String? moEngageID,
String? sessionId,
Map<String, String>? utmParams,
}) : super(
cartId: cartId,
storefrontToken: storefrontToken,
storeId: storeId,
fbPixel: fbPixel,
gaTrackingID: gaTrackingID,
webEngageID: webEngageID,
moEngageID: moEngageID,
sessionId: sessionId,
utmParams: utmParams,
);