ch-api-client-typescript2
Version:
Openapi generated typescript-axios client for CloudHospital
63 lines • 1.57 kB
TypeScript
/**
* 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.
*/
import { AppointmentOptionDocumentModel } from './appointment-option-document-model';
import { FeatureDetailDocumentModel } from './feature-detail-document-model';
/**
*
* @export
* @interface PackageSubDocumentModel
*/
export interface PackageSubDocumentModel {
/**
*
* @type {string}
* @memberof PackageSubDocumentModel
*/
'Id'?: string | null;
/**
*
* @type {string}
* @memberof PackageSubDocumentModel
*/
'DealId'?: string | null;
/**
*
* @type {string}
* @memberof PackageSubDocumentModel
*/
'RefundPolicy'?: string | null;
/**
*
* @type {string}
* @memberof PackageSubDocumentModel
*/
'Bonus'?: string | null;
/**
*
* @type {number}
* @memberof PackageSubDocumentModel
*/
'Price'?: number;
/**
*
* @type {AppointmentOptionDocumentModel}
* @memberof PackageSubDocumentModel
*/
'AppointmentOption'?: AppointmentOptionDocumentModel;
/**
*
* @type {FeatureDetailDocumentModel}
* @memberof PackageSubDocumentModel
*/
'Feature'?: FeatureDetailDocumentModel;
}
//# sourceMappingURL=package-sub-document-model.d.ts.map