Module Allocations_familiales.EnfantEntree

type t = {
d_identifiant : Runtime_ocaml.Runtime.integer;
d_remuneration_mensuelle : Runtime_ocaml.Runtime.money;
d_date_de_naissance : Runtime_ocaml.Runtime.date;
d_prise_en_charge : PriseEnCharge.t;
d_a_deja_ouvert_droit_aux_allocations_familiales : bool;
d_beneficie_titre_personnel_aide_personnelle_logement : bool;
}