Sha256: 610c961d43058b76f3c6902f992dd24ded8d38d421757c697fb10a8ff16e7a23

Contents?: true

Size: 294 Bytes

Versions: 31

Compression:

Stored size: 294 Bytes

Contents

require_relative '../resource'

module Tickethub
  class Reseller::Fee < Resource
    path '/reseller/fees'

    require_relative 'tax'
    require_relative 'booking'

    association :tax, Reseller::Tax
    association :booking, Reseller::Booking

    attribute :amount, type: :money
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
tickethub-0.3.46 lib/tickethub/reseller/fee.rb
tickethub-0.3.45 lib/tickethub/reseller/fee.rb
tickethub-0.3.44 lib/tickethub/reseller/fee.rb
tickethub-0.3.43 lib/tickethub/reseller/fee.rb
tickethub-0.3.42 lib/tickethub/reseller/fee.rb
tickethub-0.3.41 lib/tickethub/reseller/fee.rb
tickethub-0.3.40 lib/tickethub/reseller/fee.rb
tickethub-0.3.39 lib/tickethub/reseller/fee.rb
tickethub-0.3.38 lib/tickethub/reseller/fee.rb
tickethub-0.3.37 lib/tickethub/reseller/fee.rb
tickethub-0.3.36 lib/tickethub/reseller/fee.rb