<?php
namespace App;
abstract class InsuranceSubscriptionAffiliation
{
const CHILD = 'CHILD';
const SPOUSE = 'SPOUSE';
}