import { TerritoryModel } from './territory.model'; import { MediaModel } from './media.model'; import { CurrencyModel } from './currency.model'; export declare class ThirdPartyCreationRequestModel { id: number; requestType: string; supplierType: string; dateCreation: any; userCreation: string; service: string; tel: string; label: string; address: string; zipCode: string; country: TerritoryModel; city: string; intraCommunautaireTvaNumber: string; siret: string; socialSecurity: string; agessaAgrement: string; existMilo: boolean; blocageReason: string; miloIdentification: string; miloBlockedCompta: boolean; miloBlockedMM: boolean; email: string; thirdPartyType: string; honoraire: boolean; currency: CurrencyModel; amount: string; commandeVerso: boolean; commandeRambo: boolean; commandeBBP: boolean; contratRambo: boolean; clientType: string; clientCountry: TerritoryModel; mediaCountry: MediaModel; clientHermes: boolean; clientContratRambo: boolean; clientContratRamboUTD: boolean; clientVenteSD: boolean; clientAutres: boolean; category: string; personCompanyType: string; statusCreationRequest: boolean; constructor(); fromJSON(json: any): this; } //# sourceMappingURL=third-party-creation-request.model.d.ts.map