Sha256: 791db8f0c2803286cbe9f62908a400b502c3e4fec4a34942b7228c5411d13ea7

Contents?: true

Size: 321 Bytes

Versions: 50

Compression:

Stored size: 321 Bytes

Contents

require_relative '../resource'

module Tickethub
  class Channel::Refund < Resource
    path '/channel/refunds'

    require_relative 'payment'

    association :payment, Channel::Payment

    attribute :amount, type: :money

    attribute :created_at, type: :datetime
    attribute :updated_at, type: :datetime
  end
end

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
tickethub-0.3.100 lib/tickethub/channel/refund.rb
tickethub-0.3.99 lib/tickethub/channel/refund.rb
tickethub-0.3.98 lib/tickethub/channel/refund.rb
tickethub-0.3.97 lib/tickethub/channel/refund.rb
tickethub-0.3.96 lib/tickethub/channel/refund.rb
tickethub-0.3.95 lib/tickethub/channel/refund.rb
tickethub-0.3.94 lib/tickethub/channel/refund.rb
tickethub-0.3.93 lib/tickethub/channel/refund.rb
tickethub-0.3.92 lib/tickethub/channel/refund.rb
tickethub-0.3.91 lib/tickethub/channel/refund.rb
tickethub-0.3.90 lib/tickethub/channel/refund.rb
tickethub-0.3.89 lib/tickethub/channel/refund.rb
tickethub-0.3.88 lib/tickethub/channel/refund.rb
tickethub-0.3.87 lib/tickethub/channel/refund.rb
tickethub-0.3.86 lib/tickethub/channel/refund.rb
tickethub-0.3.85 lib/tickethub/channel/refund.rb
tickethub-0.3.84 lib/tickethub/channel/refund.rb
tickethub-0.3.82 lib/tickethub/channel/refund.rb
tickethub-0.3.81 lib/tickethub/channel/refund.rb
tickethub-0.3.80 lib/tickethub/channel/refund.rb