Class: Stripe::SetupIntentCreateParams::SetupDetails::Benefit

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

Defined Under Namespace

Classes: FrMealVoucher

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(fr_meal_voucher: nil) ⇒ Benefit

Returns a new instance of Benefit.



1361
1362
1363
# File 'lib/stripe/params/setup_intent_create_params.rb', line 1361

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

Instance Attribute Details

#fr_meal_voucherObject

French meal voucher benefit details for this SetupIntent.



1359
1360
1361
# File 'lib/stripe/params/setup_intent_create_params.rb', line 1359

def fr_meal_voucher
  @fr_meal_voucher
end