Tarif constructor
Tarif({})
Implementation
Tarif({
this.id,
this.abonnementId,
this.abonnementTarifsDuration,
this.abonnementTarifsFrequence,
this.price,
this.cout,
this.abonnementTarifsPriority,
this.countryPaymentsMethodsId,
this.entryBy,
this.payment,
this.googleProductId,
this.appleProductId,
});