Class: Increase::Models::ACHPrenotification::PrenotificationReturn
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::ACHPrenotification::PrenotificationReturn
- Defined in:
- lib/increase/models/ach_prenotification.rb
Overview
Defined Under Namespace
Modules: ReturnReasonCode
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The [ISO 8601](en.wikipedia.org/wiki/ISO_8601) date and time at which the Prenotification was returned.
-
#return_reason_code ⇒ Symbol, Increase::Models::ACHPrenotification::PrenotificationReturn::ReturnReasonCode
Why the Prenotification was returned.
Instance Method Summary collapse
-
#initialize(created_at: , return_reason_code: ) ⇒ Object
constructor
Some parameter documentations has been truncated, see PrenotificationReturn for more details.
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.
|
|
# File 'lib/increase/models/ach_prenotification.rb', line 327
|
Instance Attribute Details
#created_at ⇒ Time
The [ISO 8601](en.wikipedia.org/wiki/ISO_8601) date and time at which the Prenotification was returned.
318 |
# File 'lib/increase/models/ach_prenotification.rb', line 318 required :created_at, Time |
#return_reason_code ⇒ Symbol, 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 } |