CardOptionsSubmissionData constructor

CardOptionsSubmissionData({
  1. String? merchantId,
  2. String? orderId,
})

Implementation

CardOptionsSubmissionData({
  this.merchantId,
  this.orderId,
});