EasyPaymobResponse constructor
EasyPaymobResponse({})
Implementation
EasyPaymobResponse({
this.transactionID,
required this.success,
required this.pending,
this.responseCode,
this.message,
this.type,
this.billReference,
});