account = $account; } /** * Get account id * * @return int * * @since 1.0.0 */ public function getAccount() : int { return $this->account; } }