NumbersACHNullable constructor
      
      NumbersACHNullable({})
     
    
    
Implementation
NumbersACHNullable({
  required this.accountId,
  required this.account,
  required this.routing,
  required this.wireRouting,
  this.canTransferIn,
  this.canTransferOut,
});