Class: Stripe::Treasury::FinancialAccountFeatures::OutboundPayments
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Treasury::FinancialAccountFeatures::OutboundPayments
- Defined in:
- lib/stripe/resources/treasury/financial_account_features.rb
Defined Under Namespace
Classes: Ach, UsDomesticWire
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#ach ⇒ Object
readonly
Toggle settings for enabling/disabling an outbound ACH specific feature.
-
#us_domestic_wire ⇒ Object
readonly
Toggle settings for enabling/disabling a feature.
Attributes inherited from StripeObject
Class Method Summary collapse
Methods inherited from 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
#ach ⇒ Object (readonly)
Toggle settings for enabling/disabling an outbound ACH specific feature
270 271 272 |
# File 'lib/stripe/resources/treasury/financial_account_features.rb', line 270 def ach @ach end |
#us_domestic_wire ⇒ Object (readonly)
Toggle settings for enabling/disabling a feature
272 273 274 |
# File 'lib/stripe/resources/treasury/financial_account_features.rb', line 272 def us_domestic_wire @us_domestic_wire end |
Class Method Details
.field_remappings ⇒ Object
278 279 280 |
# File 'lib/stripe/resources/treasury/financial_account_features.rb', line 278 def self.field_remappings @field_remappings = {} end |
.inner_class_types ⇒ Object
274 275 276 |
# File 'lib/stripe/resources/treasury/financial_account_features.rb', line 274 def self.inner_class_types @inner_class_types = { ach: Ach, us_domestic_wire: UsDomesticWire } end |