UNPKG

ch-admin-api-client-typescript

Version:
61 lines 1.36 kB
/** * CloudHospital Admin Api * CloudHospital application with Swagger, Swashbuckle, and API versioning. * * The version of the OpenAPI document: 1 * 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 DealPriceOptionRequestModel */ export interface DealPriceOptionRequestModel { /** * * @type {number} * @memberof DealPriceOptionRequestModel */ 'regularPrice'?: number; /** * * @type {number} * @memberof DealPriceOptionRequestModel */ 'currentPrice'?: number; /** * * @type {number} * @memberof DealPriceOptionRequestModel */ 'discountRate'?: number; /** * * @type {number} * @memberof DealPriceOptionRequestModel */ 'order'?: number; /** * * @type {string} * @memberof DealPriceOptionRequestModel */ 'name'?: string | null; /** * * @type {boolean} * @memberof DealPriceOptionRequestModel */ 'confirmed'?: boolean | null; /** * * @type {string} * @memberof DealPriceOptionRequestModel */ 'id'?: string | null; } //# sourceMappingURL=deal-price-option-request-model.d.ts.map