code, 'code'); } public function toArray(): array { return $this->filterFilledRecursive([ 'code' => $this->code, 'register_information' => $this->registerInformation, 'default_bank_account' => $this->defaultBankAccount, 'transfer_settings' => $this->transferSettings, 'automatic_anticipation_settings' => $this->automaticAnticipationSettings, ]); } }