Class: Stripe::PaymentIntentCreateParams::PaymentMethodOptions::CardPresent::PaymentDetails::MoneyServices::AccountFunding::LiquidAsset::Security
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentCreateParams::PaymentMethodOptions::CardPresent::PaymentDetails::MoneyServices::AccountFunding::LiquidAsset::Security
- Defined in:
- lib/stripe/params/payment_intent_create_params.rb
Instance Attribute Summary collapse
-
#ticker_symbol ⇒ Object
The security’s ticker symbol (e.g. AAPL).
Instance Method Summary collapse
-
#initialize(ticker_symbol: nil) ⇒ Security
constructor
A new instance of Security.
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.
3618 3619 3620 |
# File 'lib/stripe/params/payment_intent_create_params.rb', line 3618 def initialize(ticker_symbol: nil) @ticker_symbol = ticker_symbol end |
Instance Attribute Details
#ticker_symbol ⇒ Object
The security’s ticker symbol (e.g. AAPL).
3616 3617 3618 |
# File 'lib/stripe/params/payment_intent_create_params.rb', line 3616 def ticker_symbol @ticker_symbol end |