ConfigurationInfo constructor

ConfigurationInfo({
  1. PaymentConfiguration? payment,
  2. PaymentNotification? notification,
})

Implementation

ConfigurationInfo({
  this.payment,
  this.notification,
});