export interface IInvoiceDataVm { invoiceRequested: boolean; subscriptionPlanGuid?: string; subscriptionPlan: string; guid: string; companyGuid: string; nip: string; street: string; city: string; country: string; companyName: string; postCode: string; invoiceEmail: string; }