# File lib/active_merchant/billing/integrations/notification.rb, line 11
        def initialize(post, options = {})
          @options = options
          empty!
          parse(post)
        end