app/models/payment/go_cardless/webhook_event.rb
# frozen_string_literal: true
# == Schema Information
#
# Table name: payment_go_cardless_webhook_events
#
# id :integer not null, primary key
# action :string
# body :text
# resource_type :string
# created_at :datetime not null
# updated_at :datetime not null
# event_id :string
# resource_id :string
#
# Indexes
#
# index_payment_go_cardless_webhook_events_on_event_id (event_id)
#
class Payment::GoCardless::WebhookEvent < ApplicationRecord
end