RequestModel constructor

RequestModel({
  1. String? amount,
  2. String? deliveryUrl,
  3. String? merchantUrl,
  4. String? merchantCode,
  5. String? merchantName,
  6. String? module,
  7. String? password,
  8. String? refId,
  9. String? user,
  10. String? customerName,
})

Implementation

RequestModel({this.amount, this.deliveryUrl,this.merchantUrl, this.merchantCode, this.merchantName, this.module, this.password, this.refId, this.user, this.customerName, this.logo});