Class: Stripe::Source::SepaCreditTransfer
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::Source::SepaCreditTransfer
- Defined in:
- lib/stripe/resources/source.rb
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#bank_name ⇒ Object
readonly
Attribute for field bank_name.
-
#bic ⇒ Object
readonly
Attribute for field bic.
-
#iban ⇒ Object
readonly
Attribute for field iban.
-
#refund_account_holder_address_city ⇒ Object
readonly
Attribute for field refund_account_holder_address_city.
-
#refund_account_holder_address_country ⇒ Object
readonly
Attribute for field refund_account_holder_address_country.
-
#refund_account_holder_address_line1 ⇒ Object
readonly
Attribute for field refund_account_holder_address_line1.
-
#refund_account_holder_address_line2 ⇒ Object
readonly
Attribute for field refund_account_holder_address_line2.
-
#refund_account_holder_address_postal_code ⇒ Object
readonly
Attribute for field refund_account_holder_address_postal_code.
-
#refund_account_holder_address_state ⇒ Object
readonly
Attribute for field refund_account_holder_address_state.
-
#refund_account_holder_name ⇒ Object
readonly
Attribute for field refund_account_holder_name.
-
#refund_iban ⇒ Object
readonly
Attribute for field refund_iban.
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
#bank_name ⇒ Object (readonly)
Attribute for field bank_name
564 565 566 |
# File 'lib/stripe/resources/source.rb', line 564 def bank_name @bank_name end |
#bic ⇒ Object (readonly)
Attribute for field bic
566 567 568 |
# File 'lib/stripe/resources/source.rb', line 566 def bic @bic end |
#iban ⇒ Object (readonly)
Attribute for field iban
568 569 570 |
# File 'lib/stripe/resources/source.rb', line 568 def iban @iban end |
#refund_account_holder_address_city ⇒ Object (readonly)
Attribute for field refund_account_holder_address_city
570 571 572 |
# File 'lib/stripe/resources/source.rb', line 570 def refund_account_holder_address_city @refund_account_holder_address_city end |
#refund_account_holder_address_country ⇒ Object (readonly)
Attribute for field refund_account_holder_address_country
572 573 574 |
# File 'lib/stripe/resources/source.rb', line 572 def refund_account_holder_address_country @refund_account_holder_address_country end |
#refund_account_holder_address_line1 ⇒ Object (readonly)
Attribute for field refund_account_holder_address_line1
574 575 576 |
# File 'lib/stripe/resources/source.rb', line 574 def refund_account_holder_address_line1 @refund_account_holder_address_line1 end |
#refund_account_holder_address_line2 ⇒ Object (readonly)
Attribute for field refund_account_holder_address_line2
576 577 578 |
# File 'lib/stripe/resources/source.rb', line 576 def refund_account_holder_address_line2 @refund_account_holder_address_line2 end |
#refund_account_holder_address_postal_code ⇒ Object (readonly)
Attribute for field refund_account_holder_address_postal_code
578 579 580 |
# File 'lib/stripe/resources/source.rb', line 578 def refund_account_holder_address_postal_code @refund_account_holder_address_postal_code end |
#refund_account_holder_address_state ⇒ Object (readonly)
Attribute for field refund_account_holder_address_state
580 581 582 |
# File 'lib/stripe/resources/source.rb', line 580 def refund_account_holder_address_state @refund_account_holder_address_state end |
#refund_account_holder_name ⇒ Object (readonly)
Attribute for field refund_account_holder_name
582 583 584 |
# File 'lib/stripe/resources/source.rb', line 582 def refund_account_holder_name @refund_account_holder_name end |
#refund_iban ⇒ Object (readonly)
Attribute for field refund_iban
584 585 586 |
# File 'lib/stripe/resources/source.rb', line 584 def refund_iban @refund_iban end |
Class Method Details
.field_remappings ⇒ Object
590 591 592 |
# File 'lib/stripe/resources/source.rb', line 590 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
586 587 588 |
# File 'lib/stripe/resources/source.rb', line 586 def self.inner_class_types @inner_class_types = {} end |