/** * Solidex.Company, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null * 1.0 * undefined */ import * as __model from '../model'; export interface ApplicationPostRequest { appShortcut?: string; name?: string; fullname?: string; description?: string; price?: __model.Money; /** format: int32 */ trialPeriod?: number; perEmployee?: boolean; isRequiredStorage?: boolean; imageUrl?: string; }