UNPKG

ch-api-client-typescript2

Version:
86 lines 1.84 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. */ import { GeographyPoint } from './geography-point'; /** * * @export * @interface LocationDocumentModel */ export interface LocationDocumentModel { /** * * @type {string} * @memberof LocationDocumentModel */ 'CountryId'?: string | null; /** * * @type {string} * @memberof LocationDocumentModel */ 'CountryName'?: string | null; /** * * @type {string} * @memberof LocationDocumentModel */ 'CountryCode'?: string | null; /** * * @type {string} * @memberof LocationDocumentModel */ 'State'?: string | null; /** * * @type {string} * @memberof LocationDocumentModel */ 'County'?: string | null; /** * * @type {string} * @memberof LocationDocumentModel */ 'City'?: string | null; /** * * @type {string} * @memberof LocationDocumentModel */ 'District'?: string | null; /** * * @type {string} * @memberof LocationDocumentModel */ 'ZipCode'?: string | null; /** * * @type {string} * @memberof LocationDocumentModel */ 'Address'?: string | null; /** * * @type {string} * @memberof LocationDocumentModel */ 'GooglePlaceId'?: string | null; /** * * @type {GeographyPoint} * @memberof LocationDocumentModel */ 'Point'?: GeographyPoint; } //# sourceMappingURL=location-document-model.d.ts.map