Class: MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Payoff::AccountPayoff::Error
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Payoff::AccountPayoff::Error
- Defined in:
- lib/method_ruby/models/account_create_response.rb
Overview
Defined Under Namespace
Instance Attribute Summary collapse
-
#code ⇒ Integer, MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Payoff::AccountPayoff::Error::Code
Numeric error code (18XXX range).
-
#message ⇒ String
Human-readable error description.
-
#sub_type ⇒ Symbol, MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Payoff::AccountPayoff::Error::SubType
Specific payoff error classification.
-
#type ⇒ Symbol, MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Payoff::AccountPayoff::Error::Type
The category of payoff error.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(code:, message:, sub_type:, type:) ⇒ Object
constructor
Error details when a payoff sync fails.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(code:, message:, sub_type:, type:) ⇒ Object
Error details when a payoff sync fails.
|
|
# File 'lib/method_ruby/models/account_create_response.rb', line 2364
|
Instance Attribute Details
#code ⇒ Integer, MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Payoff::AccountPayoff::Error::Code
Numeric error code (18XXX range).
2341 2342 |
# File 'lib/method_ruby/models/account_create_response.rb', line 2341 required :code, enum: -> { MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Payoff::AccountPayoff::Error::Code } |
#message ⇒ String
Human-readable error description.
2348 |
# File 'lib/method_ruby/models/account_create_response.rb', line 2348 required :message, String |
#sub_type ⇒ Symbol, MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Payoff::AccountPayoff::Error::SubType
Specific payoff error classification.
2354 2355 |
# File 'lib/method_ruby/models/account_create_response.rb', line 2354 required :sub_type, enum: -> { MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Payoff::AccountPayoff::Error::SubType } |
#type ⇒ Symbol, MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Payoff::AccountPayoff::Error::Type
The category of payoff error.
2361 2362 |
# File 'lib/method_ruby/models/account_create_response.rb', line 2361 required :type, enum: -> { MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Payoff::AccountPayoff::Error::Type } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/method_ruby/models/account_create_response.rb', line 2383
|