/** * CloudHospital Api * CloudHospital application with Swagger, Swashbuckle, and API versioning. * * The version of the OpenAPI document: 2 * Contact: developer@icloudhospital.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface ZohoDealInputValidation */ export interface ZohoDealInputValidation { /** * * @type {string} * @memberof ZohoDealInputValidation */ 'chHospitalId'?: string | null; /** * * @type {string} * @memberof ZohoDealInputValidation */ 'publishedDate'?: string | null; /** * * @type {string} * @memberof ZohoDealInputValidation */ 'accountName'?: string | null; /** * * @type {string} * @memberof ZohoDealInputValidation */ 'managerName'?: string | null; /** * * @type {string} * @memberof ZohoDealInputValidation */ 'patientName'?: string | null; /** * * @type {string} * @memberof ZohoDealInputValidation */ 'patientNationality'?: string | null; /** * * @type {string} * @memberof ZohoDealInputValidation */ 'serviceCategory'?: string | null; /** * * @type {string} * @memberof ZohoDealInputValidation */ 'closingDate'?: string | null; /** * * @type {string} * @memberof ZohoDealInputValidation */ 'currency'?: string | null; /** * * @type {string} * @memberof ZohoDealInputValidation */ 'finalCost'?: string | null; /** * * @type {string} * @memberof ZohoDealInputValidation */ 'translationFee'?: string | null; /** * * @type {string} * @memberof ZohoDealInputValidation */ 'engageFee'?: string | null; /** * * @type {string} * @memberof ZohoDealInputValidation */ 'finalizedFeeAmount'?: string | null; /** * * @type {string} * @memberof ZohoDealInputValidation */ 'accountEngageFeeRate'?: string | null; /** * * @type {string} * @memberof ZohoDealInputValidation */ 'accountTransFeeRate'?: string | null; /** * * @type {string} * @memberof ZohoDealInputValidation */ 'accountVatFlag'?: string | null; } //# sourceMappingURL=zoho-deal-input-validation.d.ts.map