sfrmobile-api
Version:
Client de l'API mobile SFR/RED
21 lines (20 loc) • 512 B
TypeScript
export interface AchatsAbonnements {
debAchats: string;
finAchats: string;
achatsEnCours: Array<{
editeur: string;
prix: string;
service: string;
fournisseur: string;
conteste: boolean;
smsPlus: boolean;
dateTransaction: string;
paiementVia: string;
refTransaction: string;
customerServiceContact: string;
serviceSfr: boolean;
type: string;
}>;
achatsHistorique: any[];
abonnements: any[];
}