import { IntegrationPlatformType } from './IntegrationPlatformType'; export declare class IntegrationPlatform { constructor(partial?: Partial); id: string; name: IntegrationPlatformType; displayName: string; orderDetailsUrlTemplate?: string; customerVerificationUrlTemplate?: string; config?: Object; }