Class: Lithic::Models::AuthRules::V2ListResultsResponse::ACHPaymentUpdateResult::Action::CreateCaseAction

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/lithic/models/auth_rules/v2_list_results_response.rb

Defined Under Namespace

Modules: Scope, Type

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

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(queue_token:, scope:, type:, explanation: nil) ⇒ Object

Parameters:



# File 'lib/lithic/models/auth_rules/v2_list_results_response.rb', line 1256

Instance Attribute Details

#explanationString?

Optional explanation for why this action was taken

Returns:

  • (String, nil)


1254
# File 'lib/lithic/models/auth_rules/v2_list_results_response.rb', line 1254

optional :explanation, String

#queue_tokenString

The token of the queue to create the case in

Returns:

  • (String)


1234
# File 'lib/lithic/models/auth_rules/v2_list_results_response.rb', line 1234

required :queue_token, String

#scopeSymbol, Lithic::Models::AuthRules::V2ListResultsResponse::ACHPaymentUpdateResult::Action::CreateCaseAction::Scope

The scope of the case to create



1240
1241
# File 'lib/lithic/models/auth_rules/v2_list_results_response.rb', line 1240

required :scope,
enum: -> { Lithic::Models::AuthRules::V2ListResultsResponse::ACHPaymentUpdateResult::Action::CreateCaseAction::Scope }

#typeSymbol, Lithic::Models::AuthRules::V2ListResultsResponse::ACHPaymentUpdateResult::Action::CreateCaseAction::Type

Create a case for the payment



1247
1248
# File 'lib/lithic/models/auth_rules/v2_list_results_response.rb', line 1247

required :type,
enum: -> { Lithic::Models::AuthRules::V2ListResultsResponse::ACHPaymentUpdateResult::Action::CreateCaseAction::Type }

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/lithic/models/auth_rules/v2_list_results_response.rb', line 1273