PaymentParameters constructor
PaymentParameters({})
Implementation
PaymentParameters({
required this.manualPaymentCart,
required this.creditCardPaymentCart,
required this.payTo,
required this.country,
required this.bankIdentifierCode,
required this.payeeIBAN,
required this.bankName,
});