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, new, #to_h

Constructor Details

#initialize(preference: nil) ⇒ AutoRespond

Returns a new instance of AutoRespond.



1007
1008
1009
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 1007

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

Instance Attribute Details

#preferenceObject

The preference for Smart Disputes auto-respond.



1005
1006
1007
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 1005

def preference
  @preference
end