$this->resource?->balance_format ?: '0.00', 'withdrawable' => (bool) $this->resource?->withdrawable ?: true, 'is_frozen' => (bool) $this->resource?->is_frozen, 'has_password' => (bool) $this->resource?->password, ]; } }