FastpayResult constructor
FastpayResult({})
Implementation
FastpayResult({
this.isSuccess,
this.transactionStatus,
this.transactionId,
this.orderId,
this.paymentAmount,
this.paymentCurrency,
this.payeeName,
this.payeeMobileNumber,
this.paymentTime,
this.errorMessage,
});