ShurjopayVerificationModel constructor

ShurjopayVerificationModel({
  1. int? id,
  2. String? orderId,
  3. String? currency,
  4. String? amount,
  5. String? payableAmount,
  6. String? discsountAmount,
  7. int? discPercent,
  8. String? receivedAmount,
  9. String? usdAmt,
  10. int? usdRate,
  11. String? cardHolderName,
  12. String? cardNumber,
  13. String? phoneNo,
  14. String? bankTrxId,
  15. String? invoiceNo,
  16. String? bankStatus,
  17. String? customerOrderId,
  18. String? spCode,
  19. String? spMessage,
  20. String? name,
  21. String? email,
  22. String? address,
  23. String? city,
  24. String? value1,
  25. String? value2,
  26. String? value3,
  27. String? value4,
  28. String? transactionStatus,
  29. String? method,
  30. String? dateTime,
  31. String? message,
})

Implementation

ShurjopayVerificationModel({
  this.id,
  this.orderId,
  this.currency,
  this.amount,
  this.payableAmount,
  this.discsountAmount,
  this.discPercent,
  this.receivedAmount,
  this.usdAmt,
  this.usdRate,
  this.cardHolderName,
  this.cardNumber,
  this.phoneNo,
  this.bankTrxId,
  this.invoiceNo,
  this.bankStatus,
  this.customerOrderId,
  this.spCode,
  this.spMessage,
  this.name,
  this.email,
  this.address,
  this.city,
  this.value1,
  this.value2,
  this.value3,
  this.value4,
  this.transactionStatus,
  this.method,
  this.dateTime,
  this.message,
});