Class: Stripe::FundingInstructions::BankTransfer::FinancialAddress
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::FundingInstructions::BankTransfer::FinancialAddress
- Defined in:
- lib/stripe/resources/funding_instructions.rb
Defined Under Namespace
Classes: Aba, Iban, SortCode, Spei, Swift, Zengin
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#aba ⇒ Object
readonly
Returns the value of attribute aba.
-
#iban ⇒ Object
readonly
Returns the value of attribute iban.
-
#sort_code ⇒ Object
readonly
Returns the value of attribute sort_code.
-
#spei ⇒ Object
readonly
Returns the value of attribute spei.
-
#supported_networks ⇒ Object
readonly
Returns the value of attribute supported_networks.
-
#swift ⇒ Object
readonly
Returns the value of attribute swift.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#zengin ⇒ Object
readonly
Returns the value of attribute zengin.
Attributes inherited from StripeObject
Method Summary
Methods inherited from 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
#aba ⇒ Object (readonly)
Returns the value of attribute aba.
83 84 85 |
# File 'lib/stripe/resources/funding_instructions.rb', line 83 def aba @aba end |
#iban ⇒ Object (readonly)
Returns the value of attribute iban.
83 84 85 |
# File 'lib/stripe/resources/funding_instructions.rb', line 83 def iban @iban end |
#sort_code ⇒ Object (readonly)
Returns the value of attribute sort_code.
83 84 85 |
# File 'lib/stripe/resources/funding_instructions.rb', line 83 def sort_code @sort_code end |
#spei ⇒ Object (readonly)
Returns the value of attribute spei.
83 84 85 |
# File 'lib/stripe/resources/funding_instructions.rb', line 83 def spei @spei end |
#supported_networks ⇒ Object (readonly)
Returns the value of attribute supported_networks.
83 84 85 |
# File 'lib/stripe/resources/funding_instructions.rb', line 83 def supported_networks @supported_networks end |
#swift ⇒ Object (readonly)
Returns the value of attribute swift.
83 84 85 |
# File 'lib/stripe/resources/funding_instructions.rb', line 83 def swift @swift end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
83 84 85 |
# File 'lib/stripe/resources/funding_instructions.rb', line 83 def type @type end |
#zengin ⇒ Object (readonly)
Returns the value of attribute zengin.
83 84 85 |
# File 'lib/stripe/resources/funding_instructions.rb', line 83 def zengin @zengin end |