Class: Stripe::PaymentIntentUpdateParams::PaymentMethodOptions::CardPresent::PaymentDetails::MoneyServices::AccountFunding::LiquidAsset::Security

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



3596
3597
3598
# File 'lib/stripe/params/payment_intent_update_params.rb', line 3596

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

Instance Attribute Details

#ticker_symbolObject

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



3594
3595
3596
# File 'lib/stripe/params/payment_intent_update_params.rb', line 3594

def ticker_symbol
  @ticker_symbol
end