Class: Stripe::FundingInstructions::BankTransfer
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::FundingInstructions::BankTransfer
- Defined in:
- lib/stripe/resources/funding_instructions.rb
Defined Under Namespace
Classes: FinancialAddress
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#country ⇒ Object
readonly
The country of the bank account to fund.
-
#financial_addresses ⇒ Object
readonly
A list of financial addresses that can be used to fund a particular balance.
-
#type ⇒ Object
readonly
The bank_transfer type.
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
#country ⇒ Object (readonly)
The country of the bank account to fund
307 308 309 |
# File 'lib/stripe/resources/funding_instructions.rb', line 307 def country @country end |
#financial_addresses ⇒ Object (readonly)
A list of financial addresses that can be used to fund a particular balance
309 310 311 |
# File 'lib/stripe/resources/funding_instructions.rb', line 309 def financial_addresses @financial_addresses end |
#type ⇒ Object (readonly)
The bank_transfer type
311 312 313 |
# File 'lib/stripe/resources/funding_instructions.rb', line 311 def type @type end |