Class: Stripe::AccountCreateParams::Settings::SmartDisputes

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

Defined Under Namespace

Classes: AutoRespond

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, new, #to_h

Constructor Details

#initialize(auto_respond: nil) ⇒ SmartDisputes

Returns a new instance of SmartDisputes.



2343
2344
2345
# File 'lib/stripe/params/account_create_params.rb', line 2343

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

Instance Attribute Details

#auto_respondObject

Smart Disputes auto-respond settings for the account.



2341
2342
2343
# File 'lib/stripe/params/account_create_params.rb', line 2341

def auto_respond
  @auto_respond
end