filterFilledRecursive([ 'bank_account' => [ 'holder_name' => $this->holderName, 'holder_type' => $this->holderType, 'holder_document' => $this->holderDocument, 'bank' => $this->bank, 'branch_number' => $this->branchNumber, 'branch_check_digit' => $this->branchCheckDigit, 'account_number' => $this->accountNumber, 'account_check_digit' => $this->accountCheckDigit, 'type' => $this->type, ], ]); } }