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

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/core/account_create_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.



2302
2303
2304
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 2302

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

Instance Attribute Details

#preferenceObject

The preference for Smart Disputes auto-respond.



2300
2301
2302
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 2300

def preference
  @preference
end