Class: Stripe::SetupIntent::PaymentMethodOptions::UsBankAccount::FinancialConnections
- Inherits:
-
Stripe::StripeObject
- Object
- Stripe::StripeObject
- Stripe::SetupIntent::PaymentMethodOptions::UsBankAccount::FinancialConnections
- Defined in:
- lib/stripe/resources/setup_intent.rb
Defined Under Namespace
Classes: Filters, ManualEntry
Constant Summary
Constants inherited from Stripe::StripeObject
Stripe::StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#filters ⇒ Object
readonly
Returns the value of attribute filters.
-
#manual_entry ⇒ Object
readonly
Returns the value of attribute manual_entry.
-
#permissions ⇒ Object
readonly
Returns the value of attribute permissions.
-
#prefetch ⇒ Object
readonly
Returns the value of attribute prefetch.
-
#return_url ⇒ Object
readonly
Returns the value of attribute return_url.
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
#filters ⇒ Object (readonly)
Returns the value of attribute filters.
123 124 125 |
# File 'lib/stripe/resources/setup_intent.rb', line 123 def filters @filters end |
#manual_entry ⇒ Object (readonly)
Returns the value of attribute manual_entry.
123 124 125 |
# File 'lib/stripe/resources/setup_intent.rb', line 123 def manual_entry @manual_entry end |
#permissions ⇒ Object (readonly)
Returns the value of attribute permissions.
123 124 125 |
# File 'lib/stripe/resources/setup_intent.rb', line 123 def @permissions end |
#prefetch ⇒ Object (readonly)
Returns the value of attribute prefetch.
123 124 125 |
# File 'lib/stripe/resources/setup_intent.rb', line 123 def prefetch @prefetch end |
#return_url ⇒ Object (readonly)
Returns the value of attribute return_url.
123 124 125 |
# File 'lib/stripe/resources/setup_intent.rb', line 123 def return_url @return_url end |