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
446 447 448 |
# File 'lib/stripe/resources/source.rb', line 446 def bank_code @bank_code end |
#bank_name ⇒ Object (readonly)
Attribute for field bank_name
448 449 450 |
# File 'lib/stripe/resources/source.rb', line 448 def bank_name @bank_name end |
#bic ⇒ Object (readonly)
Attribute for field bic
450 451 452 |
# File 'lib/stripe/resources/source.rb', line 450 def bic @bic end |
#country ⇒ Object (readonly)
Attribute for field country
452 453 454 |
# File 'lib/stripe/resources/source.rb', line 452 def country @country end |
#iban_last4 ⇒ Object (readonly)
Attribute for field iban_last4
454 455 456 |
# File 'lib/stripe/resources/source.rb', line 454 def iban_last4 @iban_last4 end |
#preferred_language ⇒ Object (readonly)
Attribute for field preferred_language
456 457 458 |
# File 'lib/stripe/resources/source.rb', line 456 def preferred_language @preferred_language end |
#statement_descriptor ⇒ Object (readonly)
Attribute for field statement_descriptor
458 459 460 |
# File 'lib/stripe/resources/source.rb', line 458 def statement_descriptor @statement_descriptor end |