Class: Stripe::Source::Sofort
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::Source::Sofort
- 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.
-
#country ⇒ Object
readonly
Attribute for field country.
-
#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
471 472 473 |
# File 'lib/stripe/resources/source.rb', line 471 def bank_code @bank_code end |
#bank_name ⇒ Object (readonly)
Attribute for field bank_name
473 474 475 |
# File 'lib/stripe/resources/source.rb', line 473 def bank_name @bank_name end |
#bic ⇒ Object (readonly)
Attribute for field bic
475 476 477 |
# File 'lib/stripe/resources/source.rb', line 475 def bic @bic end |
#country ⇒ Object (readonly)
Attribute for field country
477 478 479 |
# File 'lib/stripe/resources/source.rb', line 477 def country @country end |
#iban_last4 ⇒ Object (readonly)
Attribute for field iban_last4
479 480 481 |
# File 'lib/stripe/resources/source.rb', line 479 def iban_last4 @iban_last4 end |
#preferred_language ⇒ Object (readonly)
Attribute for field preferred_language
481 482 483 |
# File 'lib/stripe/resources/source.rb', line 481 def preferred_language @preferred_language end |
#statement_descriptor ⇒ Object (readonly)
Attribute for field statement_descriptor
483 484 485 |
# File 'lib/stripe/resources/source.rb', line 483 def statement_descriptor @statement_descriptor end |