Sha256: 9e1b91e48e717f687a2ad2d2913516bedb315e8846291da80b60f45eb60c0225
Contents?: true
Size: 363 Bytes
Versions: 2
Compression:
Stored size: 363 Bytes
Contents
module Braintree class Transaction class UsBankAccountDetails # :nodoc: include BaseModule attr_reader :routing_number, :last_4, :account_type, :account_description, :account_holder_name, :token, :image_url def initialize(attributes) set_instance_variables_from_hash attributes unless attributes.nil? end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
braintree-2.68.1 | lib/braintree/transaction/us_bank_account_details.rb |
braintree-2.68.0 | lib/braintree/transaction/us_bank_account_details.rb |