Class: Stripe::PaymentIntentUpdateParams::PaymentDetails::Benefit
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::PaymentIntentUpdateParams::PaymentDetails::Benefit
- Defined in:
- lib/stripe/params/payment_intent_update_params.rb
Defined Under Namespace
Classes: FrMealVoucher
Instance Attribute Summary collapse
-
#fr_meal_voucher ⇒ Object
French meal voucher benefit details for this PaymentIntent.
Instance Method Summary collapse
-
#initialize(fr_meal_voucher: nil) ⇒ Benefit
constructor
A new instance of Benefit.
Methods inherited from RequestParams
Constructor Details
#initialize(fr_meal_voucher: nil) ⇒ Benefit
Returns a new instance of Benefit.
255 256 257 |
# File 'lib/stripe/params/payment_intent_update_params.rb', line 255 def initialize(fr_meal_voucher: nil) @fr_meal_voucher = fr_meal_voucher end |
Instance Attribute Details
#fr_meal_voucher ⇒ Object
French meal voucher benefit details for this PaymentIntent.
253 254 255 |
# File 'lib/stripe/params/payment_intent_update_params.rb', line 253 def fr_meal_voucher @fr_meal_voucher end |