withoutWrapping(); return [ 'topup_uuid' => $this->topup_uuid, 'fee_code' => $this->fee_code, 'name' => $this->name, 'type' => $this->type == 1 ? 'PH peso' : 'Percentage', 'amount' => number_format($this->amount, 2, '.','') ]; } }