Sha256: 2988f05f89a6a17a041e14db0c94ebabc40293014640c40544f2f498ebb40ea7

Contents?: true

Size: 374 Bytes

Versions: 37

Compression:

Stored size: 374 Bytes

Contents

module Braintree
  class Transaction
    class ApplePayDetails
      include BaseModule

      attr_reader :card_type, :last_4, :expiration_month, :expiration_year,
        :cardholder_name, :payment_instrument_name, :source_description

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

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
braintree-2.80.1 lib/braintree/transaction/apple_pay_details.rb
braintree-2.80.0 lib/braintree/transaction/apple_pay_details.rb
braintree-2.79.0 lib/braintree/transaction/apple_pay_details.rb
braintree-2.78.0 lib/braintree/transaction/apple_pay_details.rb
braintree-2.77.0 lib/braintree/transaction/apple_pay_details.rb
braintree-2.76.0 lib/braintree/transaction/apple_pay_details.rb
braintree-2.75.0 lib/braintree/transaction/apple_pay_details.rb
braintree-2.74.0 lib/braintree/transaction/apple_pay_details.rb
braintree-2.73.0 lib/braintree/transaction/apple_pay_details.rb
braintree-2.72.0 lib/braintree/transaction/apple_pay_details.rb
braintree-2.71.0 lib/braintree/transaction/apple_pay_details.rb
braintree-2.70.0 lib/braintree/transaction/apple_pay_details.rb
braintree-2.69.1 lib/braintree/transaction/apple_pay_details.rb
braintree-2.69.0 lib/braintree/transaction/apple_pay_details.rb
braintree-2.68.2 lib/braintree/transaction/apple_pay_details.rb
braintree-2.68.1 lib/braintree/transaction/apple_pay_details.rb
braintree-2.68.0 lib/braintree/transaction/apple_pay_details.rb
braintree-2.67.0 lib/braintree/transaction/apple_pay_details.rb
braintree-2.66.0 lib/braintree/transaction/apple_pay_details.rb
braintree-2.65.0 lib/braintree/transaction/apple_pay_details.rb