ConfigurationInfo constructor
ConfigurationInfo({
- PaymentConfiguration? payment,
- PaymentNotification? notification,
Implementation
ConfigurationInfo({
this.payment,
this.notification,
});