Class: Stripe::Source::Bancontact
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::Source::Bancontact
- Defined in:
- lib/stripe/resources/source.rb
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#bank_code ⇒ Object
readonly
Attribute for field bank_code.
-
#bank_name ⇒ Object
readonly
Attribute for field bank_name.
-
#bic ⇒ Object
readonly
Attribute for field bic.
-
#iban_last4 ⇒ Object
readonly
Attribute for field iban_last4.
-
#preferred_language ⇒ Object
readonly
Attribute for field preferred_language.
-
#statement_descriptor ⇒ Object
readonly
Attribute for field statement_descriptor.
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
#bank_code ⇒ Object (readonly)
Attribute for field bank_code
104 105 106 |
# File 'lib/stripe/resources/source.rb', line 104 def bank_code @bank_code end |
#bank_name ⇒ Object (readonly)
Attribute for field bank_name
106 107 108 |
# File 'lib/stripe/resources/source.rb', line 106 def bank_name @bank_name end |
#bic ⇒ Object (readonly)
Attribute for field bic
108 109 110 |
# File 'lib/stripe/resources/source.rb', line 108 def bic @bic end |
#iban_last4 ⇒ Object (readonly)
Attribute for field iban_last4
110 111 112 |
# File 'lib/stripe/resources/source.rb', line 110 def iban_last4 @iban_last4 end |
#preferred_language ⇒ Object (readonly)
Attribute for field preferred_language
112 113 114 |
# File 'lib/stripe/resources/source.rb', line 112 def preferred_language @preferred_language end |
#statement_descriptor ⇒ Object (readonly)
Attribute for field statement_descriptor
114 115 116 |
# File 'lib/stripe/resources/source.rb', line 114 def statement_descriptor @statement_descriptor end |