UNPKG

@cardscan.ai/cardscan-client

Version:

Typescript client for the CardScan API

32 lines (31 loc) 1.01 kB
/** * CardScan API * The official documentation for the CardScan API Clients. * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @enum {string} */ export declare const CopayDeductibleService: { readonly OfficeVisit: "office_visit"; readonly SpecialistVisit: "specialist_visit"; readonly EmergencyRoom: "emergency_room"; readonly UrgentCare: "urgent_care"; readonly PreventiveCare: "preventive_care"; readonly Prescription: "prescription"; readonly Vision: "vision"; readonly Dental: "dental"; readonly Telemedicine: "telemedicine"; readonly InNetworkMedical: "in_network_medical"; readonly OutOfNetworkMedical: "out_of_network_medical"; readonly Other: "other"; }; export type CopayDeductibleService = typeof CopayDeductibleService[keyof typeof CopayDeductibleService];