Class: Increase::Models::DeclinedTransaction::Source::InboundFednowTransferDecline
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::DeclinedTransaction::Source::InboundFednowTransferDecline
- Defined in:
- lib/increase/models/declined_transaction.rb
Overview
Defined Under Namespace
Modules: Reason
Instance Attribute Summary collapse
-
#reason ⇒ Symbol, Increase::Models::DeclinedTransaction::Source::InboundFednowTransferDecline::Reason
Why the transfer was declined.
-
#transfer_id ⇒ String
The identifier of the FedNow Transfer that led to this declined transaction.
Instance Method Summary collapse
-
#initialize(reason: , transfer_id: ) ⇒ Object
constructor
An Inbound FedNow Transfer Decline object.
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(reason: , transfer_id: ) ⇒ Object
An Inbound FedNow Transfer Decline object. This field will be present in the JSON response if and only if ‘category` is equal to `inbound_fednow_transfer_decline`.
|
|
# File 'lib/increase/models/declined_transaction.rb', line 1998
|
Instance Attribute Details
#reason ⇒ Symbol, Increase::Models::DeclinedTransaction::Source::InboundFednowTransferDecline::Reason
Why the transfer was declined.
1990 |
# File 'lib/increase/models/declined_transaction.rb', line 1990 required :reason, enum: -> { Increase::DeclinedTransaction::Source::InboundFednowTransferDecline::Reason } |
#transfer_id ⇒ String
The identifier of the FedNow Transfer that led to this declined transaction.
1996 |
# File 'lib/increase/models/declined_transaction.rb', line 1996 required :transfer_id, String |