attributes['serviceinfo_uid']); } public function getItemUid(): int { return intval($this->attributes['item_uid']); } public function getAmount(): int { return intval($this->attributes['amount']); } public function getView_BillingCycle(): string { return $this->attributes['billing_cycle'] == "month" ? "" : ICONS['ONETIME'];; } }