'int', 'max_number_of_beneficiaries' => 'float', 'age_limit_of_child_beneficiary' => 'float', 'coverage_limit_per_insured_per_year' => 'float', 'current_affection_percentage_insurer' => 'float', 'current_affection_percentage_insured' => 'float', 'long_term_affection_percentage_insurer' => 'float', 'long_term_affection_percentage_insured' => 'float', 'exoneration_percentage_insurer' => 'float', 'exoneration_percentage_insured' => 'float' ]; protected $fillable = [ 'network_id', 'provider_billing_period', 'max_number_of_beneficiaries', 'age_limit_of_child_beneficiary', 'coverage_limit_per_insured_per_year', 'current_affection_percentage_insurer', 'current_affection_percentage_insured', 'long_term_affection_percentage_insurer', 'long_term_affection_percentage_insured', 'exoneration_percentage_insurer', 'exoneration_percentage_insured' ]; }