Class: Stripe::V2::Core::AccountCreateParams::Configuration::Merchant::SmartDisputes::AutoRespond
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::AccountCreateParams::Configuration::Merchant::SmartDisputes::AutoRespond
- Defined in:
- lib/stripe/params/v2/core/account_create_params.rb
Instance Attribute Summary collapse
-
#preference ⇒ Object
The preference for Smart Disputes auto-respond.
Instance Method Summary collapse
-
#initialize(preference: nil) ⇒ AutoRespond
constructor
A new instance of AutoRespond.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(preference: nil) ⇒ AutoRespond
Returns a new instance of AutoRespond.
870 871 872 |
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 870 def initialize(preference: nil) @preference = preference end |
Instance Attribute Details
#preference ⇒ Object
The preference for Smart Disputes auto-respond.
868 869 870 |
# File 'lib/stripe/params/v2/core/account_create_params.rb', line 868 def preference @preference end |