Class: Stripe::Source::AchCreditTransfer

Inherits:
Stripe::StripeObject show all
Defined in:
lib/stripe/resources/source.rb

Constant Summary

Constants inherited from Stripe::StripeObject

Stripe::StripeObject::RESERVED_FIELD_NAMES

Instance Attribute Summary collapse

Attributes inherited from Stripe::StripeObject

#last_response

Method Summary

Methods inherited from Stripe::StripeObject

#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values

Constructor Details

This class inherits a constructor from Stripe::StripeObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject

Instance Attribute Details

#account_numberObject (readonly)

Returns the value of attribute account_number.



28
29
30
# File 'lib/stripe/resources/source.rb', line 28

def 
  @account_number
end

#bank_nameObject (readonly)

Returns the value of attribute bank_name.



28
29
30
# File 'lib/stripe/resources/source.rb', line 28

def bank_name
  @bank_name
end

#fingerprintObject (readonly)

Returns the value of attribute fingerprint.



28
29
30
# File 'lib/stripe/resources/source.rb', line 28

def fingerprint
  @fingerprint
end

#refund_account_holder_nameObject (readonly)

Returns the value of attribute refund_account_holder_name.



28
29
30
# File 'lib/stripe/resources/source.rb', line 28

def 
  @refund_account_holder_name
end

#refund_account_holder_typeObject (readonly)

Returns the value of attribute refund_account_holder_type.



28
29
30
# File 'lib/stripe/resources/source.rb', line 28

def 
  @refund_account_holder_type
end

#refund_routing_numberObject (readonly)

Returns the value of attribute refund_routing_number.



28
29
30
# File 'lib/stripe/resources/source.rb', line 28

def refund_routing_number
  @refund_routing_number
end

#routing_numberObject (readonly)

Returns the value of attribute routing_number.



28
29
30
# File 'lib/stripe/resources/source.rb', line 28

def routing_number
  @routing_number
end

#swift_codeObject (readonly)

Returns the value of attribute swift_code.



28
29
30
# File 'lib/stripe/resources/source.rb', line 28

def swift_code
  @swift_code
end