Class: Stripe::AccountUpdateParams::Settings::SmartDisputes
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::AccountUpdateParams::Settings::SmartDisputes
- Defined in:
- lib/stripe/params/account_update_params.rb
Defined Under Namespace
Classes: AutoRespond
Instance Attribute Summary collapse
-
#auto_respond ⇒ Object
Smart Disputes auto-respond settings for the account.
Instance Method Summary collapse
-
#initialize(auto_respond: nil) ⇒ SmartDisputes
constructor
A new instance of SmartDisputes.
Methods inherited from RequestParams
Constructor Details
#initialize(auto_respond: nil) ⇒ SmartDisputes
Returns a new instance of SmartDisputes.
2265 2266 2267 |
# File 'lib/stripe/params/account_update_params.rb', line 2265 def initialize(auto_respond: nil) @auto_respond = auto_respond end |
Instance Attribute Details
#auto_respond ⇒ Object
Smart Disputes auto-respond settings for the account.
2263 2264 2265 |
# File 'lib/stripe/params/account_update_params.rb', line 2263 def auto_respond @auto_respond end |