(int) $this->id, 'name' => $this->getTranslation('name'), 'logo' => uploaded_asset($this->logo), 'product_upload_limit' =>(int) $this->product_upload_limit, 'amount' => ($this->amount > 0) ? single_price($this->amount) : translate('Free'), 'price' => (double) $this->amount, 'duration' =>(int) $this->duration, ]; } }