Class: Stripe::V2::Core::AccountUpdateParams::Configuration::Merchant::SmartDisputes::AutoRespond

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/core/account_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(preference: nil) ⇒ AutoRespond

Returns a new instance of AutoRespond.



2320
2321
2322
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 2320

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

Instance Attribute Details

#preferenceObject

The preference for automatic dispute responses.



2318
2319
2320
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 2318

def preference
  @preference
end