UNPKG

@cardscan.ai/cardscan-client

Version:

Typescript client for the CardScan API

25 lines (24 loc) 648 B
/** * 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 CopayCategory: { readonly Copay: "copay"; readonly Coinsurance: "coinsurance"; readonly Deductible: "deductible"; readonly OutOfPocketMax: "out_of_pocket_max"; readonly Other: "other"; }; export type CopayCategory = typeof CopayCategory[keyof typeof CopayCategory];