export type ClientReceipt = { address: string city: string comment?: string | undefined companyName?: string | undefined country: string deductibleVat: boolean firstName: string lastName: string ownerVatAmount: number ownerVatAttachment: File paymentTransactionIds: string[] zipCode: string }