Module Allocations_familiales.Enfant

type t = {
identifiant : Runtime_ocaml.Runtime.integer;
obligation_scolaire : SituationObligationScolaire.t;
remuneration_mensuelle : Runtime_ocaml.Runtime.money;
date_de_naissance : Runtime_ocaml.Runtime.date;
prise_en_charge : PriseEnCharge.t;
a_deja_ouvert_droit_aux_allocations_familiales : bool;
beneficie_titre_personnel_aide_personnelle_logement : bool;
}