interface UpdateComplementaryInfo {
    address?: string;
    address_complement?: string;
    address_number?: string;
    city?: string;
    contact_firstname?: string;
    contact_lastname?: string;
    country?: string;
    email?: string;
    function?: string;
    iban_list?: Iban[];
    id_ape?: number;
    id_payment_deadline?: number;
    name?: string;
    payment_type_id?: number;
    person_in_charge?: string;
    postal_code?: string;
    profession?: string;
    repetition_index?: string;
    siren?: string;
    tel?: string;
    way_type_id?: number;
}

Properties

address?: string
address_complement?: string
address_number?: string
city?: string
contact_firstname?: string
contact_lastname?: string
country?: string
email?: string
function?: string
iban_list?: Iban[]
id_ape?: number
id_payment_deadline?: number
name?: string
payment_type_id?: number
person_in_charge?: string
postal_code?: string
profession?: string
repetition_index?: string
siren?: string
tel?: string
way_type_id?: number