Class: Stripe::FrMealVouchersOnboardingUpdateParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/fr_meal_vouchers_onboarding_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(expand: nil, postal_code: nil) ⇒ FrMealVouchersOnboardingUpdateParams

Returns a new instance of FrMealVouchersOnboardingUpdateParams.



11
12
13
14
# File 'lib/stripe/params/fr_meal_vouchers_onboarding_update_params.rb', line 11

def initialize(expand: nil, postal_code: nil)
  @expand = expand
  @postal_code = postal_code
end

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



7
8
9
# File 'lib/stripe/params/fr_meal_vouchers_onboarding_update_params.rb', line 7

def expand
  @expand
end

#postal_codeObject

Corrected Postal code of the restaurant.



9
10
11
# File 'lib/stripe/params/fr_meal_vouchers_onboarding_update_params.rb', line 9

def postal_code
  @postal_code
end