Class: Increase::Models::CardPushTransfer::Submission
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CardPushTransfer::Submission
- Defined in:
- lib/increase/models/card_push_transfer.rb
Overview
Instance Attribute Summary collapse
-
#retrieval_reference_number ⇒ String
A 12-digit retrieval reference number that identifies the transfer.
-
#sender_reference ⇒ String
A unique reference for the transfer.
-
#submitted_at ⇒ Time
The [ISO 8601](en.wikipedia.org/wiki/ISO_8601) date and time at which the transfer was submitted to card network.
-
#trace_number ⇒ String
A 6-digit trace number that identifies the transfer within a small window of time.
Method Summary
Methods inherited from Internal::Type::BaseModel
#==, ==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from Increase::Internal::Type::BaseModel
Instance Attribute Details
#retrieval_reference_number ⇒ String
A 12-digit retrieval reference number that identifies the transfer. Usually a combination of a timestamp and the trace number.
1262 |
# File 'lib/increase/models/card_push_transfer.rb', line 1262 required :retrieval_reference_number, String |
#sender_reference ⇒ String
A unique reference for the transfer.
1268 |
# File 'lib/increase/models/card_push_transfer.rb', line 1268 required :sender_reference, String |
#submitted_at ⇒ Time
The [ISO 8601](en.wikipedia.org/wiki/ISO_8601) date and time at which the transfer was submitted to card network.
1275 |
# File 'lib/increase/models/card_push_transfer.rb', line 1275 required :submitted_at, Time |
#trace_number ⇒ String
A 6-digit trace number that identifies the transfer within a small window of time.
1282 |
# File 'lib/increase/models/card_push_transfer.rb', line 1282 required :trace_number, String |