AccountBacsDebitPaymentsSettings constructor

const AccountBacsDebitPaymentsSettings({
  1. String? displayName,
  2. String? serviceUserNumber,
})

AccountBacsDebitPaymentsSettings

Implementation

const AccountBacsDebitPaymentsSettings({
  this.displayName,
  this.serviceUserNumber,
});