Class: Stripe::Treasury::FinancialAccount::UpdateParams::Features::CardIssuing

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) ⇒ CardIssuing

Returns a new instance of CardIssuing.



352
353
354
# File 'lib/stripe/resources/treasury/financial_account.rb', line 352

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

Instance Attribute Details

#requestedObject

Whether the FinancialAccount should have the Feature.



350
351
352
# File 'lib/stripe/resources/treasury/financial_account.rb', line 350

def requested
  @requested
end