UNPKG

@getopenpay/client

Version:

OpenPay API TypeScript SDK

32 lines (31 loc) 1.42 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 SubscriptionCancelFeedbackEnum: { readonly TooExpensive: "too_expensive"; readonly MissingFeatures: "missing_features"; readonly SwitchedService: "switched_service"; readonly Unused: "unused"; readonly CustomerService: "customer_service"; readonly TooComplex: "too_complex"; readonly LowQuality: "low_quality"; readonly Other: "other"; }; export type SubscriptionCancelFeedbackEnum = typeof SubscriptionCancelFeedbackEnum[keyof typeof SubscriptionCancelFeedbackEnum]; export declare function instanceOfSubscriptionCancelFeedbackEnum(value: any): boolean; export declare function SubscriptionCancelFeedbackEnumFromJSON(json: any): SubscriptionCancelFeedbackEnum; export declare function SubscriptionCancelFeedbackEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubscriptionCancelFeedbackEnum; export declare function SubscriptionCancelFeedbackEnumToJSON(value?: SubscriptionCancelFeedbackEnum | null): any; export declare function SubscriptionCancelFeedbackEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): SubscriptionCancelFeedbackEnum;