PaymentPaymobResponse constructor
PaymentPaymobResponse({})
Implementation
PaymentPaymobResponse(
{required this.success,
this.transactionID,
this.responseCode,
this.amountCents,
this.message,
this.dataMessage});