Class: Stripe::PaymentIntentCreateParams::PaymentMethodOptions::Card::PaymentDetails::MoneyServices::AccountFunding::LiquidAsset::Security

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/payment_intent_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(ticker_symbol: nil) ⇒ Security

Returns a new instance of Security.



3275
3276
3277
# File 'lib/stripe/params/payment_intent_create_params.rb', line 3275

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

Instance Attribute Details

#ticker_symbolObject

The security’s ticker symbol (e.g. AAPL).



3273
3274
3275
# File 'lib/stripe/params/payment_intent_create_params.rb', line 3273

def ticker_symbol
  @ticker_symbol
end