Class: Stripe::V2::Core::AccountCreateParams::Configuration::Merchant::SmartDisputes
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::AccountCreateParams::Configuration::Merchant::SmartDisputes
- Defined in:
- lib/stripe/params/v2/core/account_create_params.rb
Defined Under Namespace
Classes: AutoRespond
Instance Attribute Summary collapse
-
#auto_respond ⇒ Object
Settings for Smart Disputes auto_respond.
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.
1120 1121 1122 |
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 1120 def initialize(auto_respond: nil) @auto_respond = auto_respond end |
Instance Attribute Details
#auto_respond ⇒ Object
Settings for Smart Disputes auto_respond.
1118 1119 1120 |
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 1118 def auto_respond @auto_respond end |