Settings constructor

Settings({
  1. String? feeBearer,
  2. String? settlementDestination,
  3. bool? enableWebhook,
  4. String? callbackUrl,
})

Implementation

Settings({
  this.feeBearer,
  this.settlementDestination,
  this.enableWebhook,
  this.callbackUrl,
});