ShurjopayVerificationModel constructor
ShurjopayVerificationModel({
- int? id,
- String? orderId,
- String? currency,
- String? amount,
- String? payableAmount,
- String? discsountAmount,
- int? discPercent,
- String? receivedAmount,
- String? usdAmt,
- int? usdRate,
- String? cardHolderName,
- String? cardNumber,
- String? phoneNo,
- String? bankTrxId,
- String? invoiceNo,
- String? bankStatus,
- String? customerOrderId,
- String? spCode,
- String? spMessage,
- String? name,
- String? email,
- String? address,
- String? city,
- String? value1,
- String? value2,
- String? value3,
- String? value4,
- String? transactionStatus,
- String? method,
- String? dateTime,
- 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,
});