MerchantParams constructor

MerchantParams({
  1. String? merchantCheckoutId,
  2. String? cartId,
  3. String? storefrontToken,
  4. String? storeId,
  5. String? fbPixel,
  6. String? gaTrackingID,
  7. String? webEngageID,
  8. String? moEngageID,
  9. String? sessionId,
  10. Map<String, String>? utmParams,
  11. String? orderTags,
})

Implementation

MerchantParams({
  this.merchantCheckoutId,
  super.cartId,
  super.storefrontToken,
  super.storeId,
  super.fbPixel,
  super.gaTrackingID,
  super.webEngageID,
  super.moEngageID,
  super.sessionId,
  super.utmParams,
  super.orderTags,
});