public function configure()
 {
     parent::configure();
     $this->setName('vendor:wallet:list')->setDescription('List the wallets created at HiPay')->addOption(self::PAST_DATE, 'date', InputOption::VALUE_REQUIRED, "Limit to the wallet created after given date (format YYYY-mm-dd)");
 }
 public function configure()
 {
     parent::configure();
     $this->setName('vendor:wallet:bankInfos')->setDescription('Fetch the wallet bank info from HiPay')->addArgument(static::HIPAY_ID, InputArgument::REQUIRED, 'The HiPay wallet id');
 }