Sha256: a26f8de5a8a10879914384e95b1c7fdd82470db3182646889cc51689d244c02d

Contents?: true

Size: 631 Bytes

Versions: 10

Compression:

Stored size: 631 Bytes

Contents

module Braintree
  # NEXT_MAJOR_VERSION Remove this class as legacy Ideal has been removed/disabled in the Braintree Gateway
  # DEPRECATED If you're looking to accept iDEAL as a payment method contact accounts@braintreepayments.com for a solution.
  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

10 entries across 10 versions & 1 rubygems

Version Path
braintree-2.104.1 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.104.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.103.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.102.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.101.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.100.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.99.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.98.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.97.0 lib/braintree/transaction/ideal_payment_details.rb
braintree-2.96.0 lib/braintree/transaction/ideal_payment_details.rb