Class: Stripe::V2::Core::AccountUpdateParams::Configuration::Merchant::SmartDisputes
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::AccountUpdateParams::Configuration::Merchant::SmartDisputes
- Defined in:
- lib/stripe/params/v2/core/account_update_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
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(auto_respond: nil) ⇒ SmartDisputes
Returns a new instance of SmartDisputes.
892 893 894 |
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 892 def initialize(auto_respond: nil) @auto_respond = auto_respond end |
Instance Attribute Details
#auto_respond ⇒ Object
Settings for Smart Disputes auto_respond.
890 891 892 |
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 890 def auto_respond @auto_respond end |