Class: Stripe::V2::Core::AccountUpdateParams::Configuration::Merchant::SmartDisputes::AutoRespond
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::AccountUpdateParams::Configuration::Merchant::SmartDisputes::AutoRespond
- Defined in:
- lib/stripe/params/v2/core/account_update_params.rb
Instance Attribute Summary collapse
-
#preference ⇒ Object
The preference for automatic dispute responses.
Instance Method Summary collapse
-
#initialize(preference: nil) ⇒ AutoRespond
constructor
A new instance of AutoRespond.
Methods inherited from RequestParams
Constructor Details
#initialize(preference: nil) ⇒ AutoRespond
Returns a new instance of AutoRespond.
1025 1026 1027 |
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 1025 def initialize(preference: nil) @preference = preference end |
Instance Attribute Details
#preference ⇒ Object
The preference for automatic dispute responses.
1023 1024 1025 |
# File 'lib/stripe/params/v2/core/account_update_params.rb', line 1023 def preference @preference end |