PaymentDetails constructor
PaymentDetails({})
Implementation
PaymentDetails({
this.statusMessage,
this.statusCode,
this.transactionId,
this.transactionStatus,
this.transactionDate,
this.amount,
this.currency,
this.deepLink,
this.webLink,
this.qrCodeDetails,
});