Sha256: e6ee8b12b6a678d33df0892383a4d84f6e0d76a211b1c0d3e1d524369f66efc2

Contents?: true

Size: 353 Bytes

Versions: 8

Compression:

Stored size: 353 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

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
braintree-2.46.0 lib/braintree/transaction/apple_pay_details.rb
braintree-2.45.0 lib/braintree/transaction/apple_pay_details.rb
braintree-2.44.0 lib/braintree/transaction/apple_pay_details.rb
braintree-2.43.0 lib/braintree/transaction/apple_pay_details.rb
braintree-2.42.0 lib/braintree/transaction/apple_pay_details.rb
braintree-2.41.0 lib/braintree/transaction/apple_pay_details.rb
braintree-2.40.0 lib/braintree/transaction/apple_pay_details.rb
braintree-2.39.0 lib/braintree/transaction/apple_pay_details.rb