/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * * `payment_method_update` - Payment Method Update * * `subscription_update` - Subscription Update * * `subscription_cancel` - Subscription Cancel */ export enum FlowTypeEnum { PAYMENT_METHOD_UPDATE = 'payment_method_update', SUBSCRIPTION_UPDATE = 'subscription_update', SUBSCRIPTION_CANCEL = 'subscription_cancel', }