Class: Stripe::Treasury::FinancialAccountFeaturesService::UpdateParams::DepositInsurance

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/treasury/financial_account_features_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(requested: nil) ⇒ DepositInsurance

Returns a new instance of DepositInsurance.



21
22
23
# File 'lib/stripe/services/treasury/financial_account_features_service.rb', line 21

def initialize(requested: nil)
  @requested = requested
end

Instance Attribute Details

#requestedObject

Whether the FinancialAccount should have the Feature.



19
20
21
# File 'lib/stripe/services/treasury/financial_account_features_service.rb', line 19

def requested
  @requested
end