Class: Lithic::Models::AuthRules::ConditionalACHActionParameters::Action::ReturnAction

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

Defined Under Namespace

Modules: Code, 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(code:, type:) ⇒ Object

Some parameter documentations has been truncated, see Lithic::Models::AuthRules::ConditionalACHActionParameters::Action::ReturnAction for more details.

Parameters:



# File 'lib/lithic/models/auth_rules/conditional_ach_action_parameters.rb', line 73


Instance Attribute Details

#codeSymbol, Lithic::Models::AuthRules::ConditionalACHActionParameters::Action::ReturnAction::Code

NACHA return code to use when returning the transaction. Note that the list of available return codes is subject to an allowlist configured at the program level



65
# File 'lib/lithic/models/auth_rules/conditional_ach_action_parameters.rb', line 65

required :code, enum: -> { Lithic::AuthRules::ConditionalACHActionParameters::Action::ReturnAction::Code }

#typeSymbol, Lithic::Models::AuthRules::ConditionalACHActionParameters::Action::ReturnAction::Type

Return the ACH transaction



71
# File 'lib/lithic/models/auth_rules/conditional_ach_action_parameters.rb', line 71

required :type, enum: -> { Lithic::AuthRules::ConditionalACHActionParameters::Action::ReturnAction::Type }

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/lithic/models/auth_rules/conditional_ach_action_parameters.rb', line 161