UNPKG

@getopenpay/client

Version:

OpenPay API TypeScript SDK

26 lines (25 loc) 972 B
/** * OpenPay API * super charge your subscription management. * * The version of the OpenAPI document: 1.2.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export */ export declare const PricingTiersEnum: { readonly Graduated: "graduated"; readonly Volume: "volume"; }; export type PricingTiersEnum = typeof PricingTiersEnum[keyof typeof PricingTiersEnum]; export declare function instanceOfPricingTiersEnum(value: any): boolean; export declare function PricingTiersEnumFromJSON(json: any): PricingTiersEnum; export declare function PricingTiersEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): PricingTiersEnum; export declare function PricingTiersEnumToJSON(value?: PricingTiersEnum | null): any; export declare function PricingTiersEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): PricingTiersEnum;