Class: Stripe::Source::AchCreditTransfer
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::Source::AchCreditTransfer
- Defined in:
- lib/stripe/resources/source.rb
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#account_number ⇒ Object
readonly
Returns the value of attribute account_number.
-
#bank_name ⇒ Object
readonly
Returns the value of attribute bank_name.
-
#fingerprint ⇒ Object
readonly
Returns the value of attribute fingerprint.
-
#refund_account_holder_name ⇒ Object
readonly
Returns the value of attribute refund_account_holder_name.
-
#refund_account_holder_type ⇒ Object
readonly
Returns the value of attribute refund_account_holder_type.
-
#refund_routing_number ⇒ Object
readonly
Returns the value of attribute refund_routing_number.
-
#routing_number ⇒ Object
readonly
Returns the value of attribute routing_number.
-
#swift_code ⇒ Object
readonly
Returns the value of attribute swift_code.
Attributes inherited from Stripe::StripeObject
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_number ⇒ Object (readonly)
Returns the value of attribute account_number.
28 29 30 |
# File 'lib/stripe/resources/source.rb', line 28 def account_number @account_number end |
#bank_name ⇒ Object (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 |
#fingerprint ⇒ Object (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_name ⇒ Object (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 @refund_account_holder_name end |
#refund_account_holder_type ⇒ Object (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 @refund_account_holder_type end |
#refund_routing_number ⇒ Object (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_number ⇒ Object (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_code ⇒ Object (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 |