Class: Stripe::AccountUpdateParams::Settings::SmartDisputes

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

Defined Under Namespace

Classes: AutoRespond

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(auto_respond: nil) ⇒ SmartDisputes

Returns a new instance of SmartDisputes.



2304
2305
2306
# File 'lib/stripe/params/account_update_params.rb', line 2304

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

Instance Attribute Details

#auto_respondObject

Smart Disputes auto-respond settings for the account.



2302
2303
2304
# File 'lib/stripe/params/account_update_params.rb', line 2302

def auto_respond
  @auto_respond
end