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
Attribute for field account_number.
-
#bank_name ⇒ Object
readonly
Attribute for field bank_name.
-
#fingerprint ⇒ Object
readonly
Attribute for field fingerprint.
-
#refund_account_holder_name ⇒ Object
readonly
Attribute for field refund_account_holder_name.
-
#refund_account_holder_type ⇒ Object
readonly
Attribute for field refund_account_holder_type.
-
#refund_routing_number ⇒ Object
readonly
Attribute for field refund_routing_number.
-
#routing_number ⇒ Object
readonly
Attribute for field routing_number.
-
#swift_code ⇒ Object
readonly
Attribute for field swift_code.
Attributes inherited from Stripe::StripeObject
Class Method Summary collapse
Methods inherited from Stripe::StripeObject
#==, #[], #[]=, #_get_inner_class_type, 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)
Attribute for field account_number
29 30 31 |
# File 'lib/stripe/resources/source.rb', line 29 def account_number @account_number end |
#bank_name ⇒ Object (readonly)
Attribute for field bank_name
31 32 33 |
# File 'lib/stripe/resources/source.rb', line 31 def bank_name @bank_name end |
#fingerprint ⇒ Object (readonly)
Attribute for field fingerprint
33 34 35 |
# File 'lib/stripe/resources/source.rb', line 33 def fingerprint @fingerprint end |
#refund_account_holder_name ⇒ Object (readonly)
Attribute for field refund_account_holder_name
35 36 37 |
# File 'lib/stripe/resources/source.rb', line 35 def refund_account_holder_name @refund_account_holder_name end |
#refund_account_holder_type ⇒ Object (readonly)
Attribute for field refund_account_holder_type
37 38 39 |
# File 'lib/stripe/resources/source.rb', line 37 def refund_account_holder_type @refund_account_holder_type end |
#refund_routing_number ⇒ Object (readonly)
Attribute for field refund_routing_number
39 40 41 |
# File 'lib/stripe/resources/source.rb', line 39 def refund_routing_number @refund_routing_number end |
#routing_number ⇒ Object (readonly)
Attribute for field routing_number
41 42 43 |
# File 'lib/stripe/resources/source.rb', line 41 def routing_number @routing_number end |
#swift_code ⇒ Object (readonly)
Attribute for field swift_code
43 44 45 |
# File 'lib/stripe/resources/source.rb', line 43 def swift_code @swift_code end |
Class Method Details
.field_remappings ⇒ Object
49 50 51 |
# File 'lib/stripe/resources/source.rb', line 49 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
45 46 47 |
# File 'lib/stripe/resources/source.rb', line 45 def self.inner_class_types @inner_class_types = {} end |