PaymentValidateResponse constructor
PaymentValidateResponse({})
Implementation
PaymentValidateResponse({
String? gwTransactionId,
String? merchantOrderId,
double? receivedAmount,
String? currency,
String? status,
String? customerName,
String? customerMobileNumber,
String? at,}){
_gwTransactionId = gwTransactionId;
_merchantOrderId = merchantOrderId;
_receivedAmount = receivedAmount;
_currency = currency;
_status = status;
_customerName = customerName;
_customerMobileNumber = customerMobileNumber;
_at = at;
}