# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Operations
  

    class CreateCustomerInterval < T::Enum
      enums do
        MONTH = new('month')
        YEAR = new('year')
      end
    end
  end
end