PaymentTransaction constructor
PaymentTransaction({
- required AmountsReq amountsReq,
Creates a new payment transaction.
Implementation
PaymentTransaction({required this.amountsReq});
Creates a new payment transaction.
PaymentTransaction({required this.amountsReq});