# File lib/active_merchant/billing/integrations/notification.rb, line 22
        def gross
          raise NotImplementedError, "Must implement this method in the subclass"
        end