Sha256: ab9e033e393dbea09f6339b79180e1f377429b33439e7febe1751c91caa3c39f

Contents?: true

Size: 399 Bytes

Versions: 15

Compression:

Stored size: 399 Bytes

Contents

module Braintree
  class Transaction
    class IdealPaymentDetails # :nodoc:
      include BaseModule

      attr_reader :bic
      attr_reader :ideal_payment_id
      attr_reader :ideal_transaction_id
      attr_reader :image_url
      attr_reader :masked_iban

      def initialize(attributes)
        set_instance_variables_from_hash attributes unless attributes.nil?
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
braintree-2.95.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.94.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.93.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.92.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.91.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.90.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.89.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.88.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.87.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.86.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.85.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.84.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.83.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.82.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.81.0 lib/braintree/transaction/ideal_payment_details.rb