Class: Stripe::Treasury::FinancialAccount::CreateParams::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.



114
115
116
# File 'lib/stripe/resources/treasury/financial_account.rb', line 114

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

Instance Attribute Details

#requestedObject

Whether the FinancialAccount should have the Feature.



112
113
114
# File 'lib/stripe/resources/treasury/financial_account.rb', line 112

def requested
  @requested
end