def self.amount_in_cents_from_interval(interval)
    case interval.to_sym
    when :month
      MONTH_AMOUNT_IN_CENTS
    when :monthly