# File lib/active_merchant/billing/integrations/notification.rb, line 26
        def gross_cents
          (gross.to_f * 100.0).round
        end