Sha256: 49331523056917cecc078090023992a575d10ed6e01c9c4003075b4f798f0fac

Contents?: true

Size: 488 Bytes

Versions: 20

Compression:

Stored size: 488 Bytes

Contents

require_relative '../payment'

module Tickethub
  class Supplier::Payment::Stripe < Supplier::Payment
    polymorphic 'stripe'

    require_relative '../charge'
    require_relative '../source'
    require_relative '../dispute'
    require_relative '../../address'

    collection :charges, Supplier::Charge

    association :dispute, Supplier::Dispute
    association :source, Supplier::Source
    association :transfer, Supplier::Transfer

    attribute :charges, type: :money
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
tickethub-0.3.41 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.40 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.39 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.38 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.37 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.36 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.35 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.34 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.33 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.32 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.31 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.30 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.29 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.28 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.27 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.26 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.25 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.24 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.23 lib/tickethub/supplier/payment/stripe.rb
tickethub-0.3.22 lib/tickethub/supplier/payment/stripe.rb