UNPKG

ch-api-client-typescript2

Version:
115 lines 2.65 kB
/** * 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 ZohoDealClosedWonWebhookPdfData */ export interface ZohoDealClosedWonWebhookPdfData { /** * * @type {string} * @memberof ZohoDealClosedWonWebhookPdfData */ 'chHospitalId'?: string | null; /** * * @type {string} * @memberof ZohoDealClosedWonWebhookPdfData */ 'publishedDate'?: string | null; /** * * @type {string} * @memberof ZohoDealClosedWonWebhookPdfData */ 'accountName'?: string | null; /** * * @type {string} * @memberof ZohoDealClosedWonWebhookPdfData */ 'managerName'?: string | null; /** * * @type {string} * @memberof ZohoDealClosedWonWebhookPdfData */ 'patientName'?: string | null; /** * * @type {string} * @memberof ZohoDealClosedWonWebhookPdfData */ 'patientNationality'?: string | null; /** * * @type {string} * @memberof ZohoDealClosedWonWebhookPdfData */ 'serviceCategory'?: string | null; /** * * @type {string} * @memberof ZohoDealClosedWonWebhookPdfData */ 'closingDate'?: string | null; /** * * @type {string} * @memberof ZohoDealClosedWonWebhookPdfData */ 'currency'?: string | null; /** * * @type {string} * @memberof ZohoDealClosedWonWebhookPdfData */ 'finalCost'?: string | null; /** * * @type {string} * @memberof ZohoDealClosedWonWebhookPdfData */ 'translationFee'?: string | null; /** * * @type {string} * @memberof ZohoDealClosedWonWebhookPdfData */ 'engageFee'?: string | null; /** * * @type {string} * @memberof ZohoDealClosedWonWebhookPdfData */ 'finalizedFeeAmount'?: string | null; /** * * @type {string} * @memberof ZohoDealClosedWonWebhookPdfData */ 'accountEngageFeeRate'?: string | null; /** * * @type {string} * @memberof ZohoDealClosedWonWebhookPdfData */ 'accountTransFeeRate'?: string | null; /** * * @type {string} * @memberof ZohoDealClosedWonWebhookPdfData */ 'accountVatFlag'?: string | null; } //# sourceMappingURL=zoho-deal-closed-won-webhook-pdf-data.d.ts.map