$this->id, 'provider_id' => $this->provider_id, 'account_type' => $this->account_type?->value, 'pix_key' => $this->pix_key, 'bank_account_type' => $this->bank_account_type?->value, 'agency' => $this->agency, 'account' => $this->account, 'digit' => $this->digit, 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, ]; } }