Sha256: 37f210c46686177b18fac7716f92f049ab11b61d8fcc88b5ee2e79570f7d5c76
Contents?: true
Size: 258 Bytes
Versions: 77
Compression:
Stored size: 258 Bytes
Contents
module Recurly module Webhook # The AccountNotification class provides a generic interface # for account-related webhook notifications. class AccountNotification < Notification # @return [Account] has_one :account end end end
Version data entries
77 entries across 77 versions & 1 rubygems