Class: Increase::Models::ACHPrenotification::PrenotificationReturn

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/increase/models/ach_prenotification.rb

Overview

Defined Under Namespace

Modules: ReturnReasonCode

Instance Attribute 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(created_at: , return_reason_code: ) ⇒ Object

Some parameter documentations has been truncated, see Increase::Models::ACHPrenotification::PrenotificationReturn for more details.

If your prenotification is returned, this will contain details of the return.

Parameters:



# File 'lib/increase/models/ach_prenotification.rb', line 327


Instance Attribute Details

#created_atTime

The [ISO 8601](en.wikipedia.org/wiki/ISO_8601) date and time at which the Prenotification was returned.

Returns:

  • (Time)


318
# File 'lib/increase/models/ach_prenotification.rb', line 318

required :created_at, Time

#return_reason_codeSymbol, Increase::Models::ACHPrenotification::PrenotificationReturn::ReturnReasonCode

Why the Prenotification was returned.



324
325
# File 'lib/increase/models/ach_prenotification.rb', line 324

required :return_reason_code,
enum: -> { Increase::ACHPrenotification::PrenotificationReturn::ReturnReasonCode }