export class PurchaseDto { amount: number; application: number; mobile: string; email: string; type: string; menuId: string; }