PaymentResult constructor
PaymentResult({
- required String transactionReference,
- required String systemTransactionReference,
- required PaymentTransactionStatus transactionStatus,
- required double paidAmount,
Implementation
PaymentResult({required this.transactionReference, required this.systemTransactionReference, required this.transactionStatus, required this.paidAmount});