Class: Stripe::Treasury::FinancialAccount::UpdateFeaturesParams::DepositInsurance

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/treasury/financial_account.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.



536
537
538
# File 'lib/stripe/resources/treasury/financial_account.rb', line 536

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

Instance Attribute Details

#requestedObject

Whether the FinancialAccount should have the Feature.



534
535
536
# File 'lib/stripe/resources/treasury/financial_account.rb', line 534

def requested
  @requested
end