RecipientBACSNullable constructor

RecipientBACSNullable({
  1. String? account,
  2. String? sortCode,
})

Implementation

RecipientBACSNullable({
  this.account,
  this.sortCode,
});