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