UNPKG

@getopenpay/client

Version:

OpenPay API TypeScript SDK

28 lines (27 loc) 1.09 kB
/** * 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 PaymentRouteType: { readonly Deprecated: "deprecated"; readonly SimpleMitCitFilter: "simple_mit_cit_filter"; readonly CitMitProcessors: "cit_mit_processors"; readonly V1Standard: "v1_standard"; }; export type PaymentRouteType = typeof PaymentRouteType[keyof typeof PaymentRouteType]; export declare function instanceOfPaymentRouteType(value: any): boolean; export declare function PaymentRouteTypeFromJSON(json: any): PaymentRouteType; export declare function PaymentRouteTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): PaymentRouteType; export declare function PaymentRouteTypeToJSON(value?: PaymentRouteType | null): any; export declare function PaymentRouteTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): PaymentRouteType;