Sha256: 93edabb7e2c2a81b9e4623a29e0be9f004e662cf1819f9c12d358404e43268f5

Contents?: true

Size: 331 Bytes

Versions: 12

Compression:

Stored size: 331 Bytes

Contents

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

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

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
braintree-2.80.1 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.80.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.79.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.78.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.77.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.76.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.75.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.74.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.73.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.72.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.71.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.70.0 lib/braintree/transaction/ideal_payment_details.rb