module fb { export class BildleverantoerLO extends ResourceBase { LeverantoerId: number; LeverantoerNamn: string; BestaellningsUrl: string; SecureUrl: string; Bestaellning: fb.BildbestaellningXML; constructor(data) { super(data, false, 'BildbestaellningXML'); } } }