Class: Increase::Models::CheckTransfer::PhysicalCheck::TrackingUpdate
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CheckTransfer::PhysicalCheck::TrackingUpdate
- Defined in:
- lib/increase/models/check_transfer.rb
Defined Under Namespace
Modules: Category
Instance Attribute Summary collapse
-
#category ⇒ Symbol, Increase::Models::CheckTransfer::PhysicalCheck::TrackingUpdate::Category
The type of tracking event.
-
#created_at ⇒ Time
The [ISO 8601](en.wikipedia.org/wiki/ISO_8601) date and time at which the tracking event took place.
-
#postal_code ⇒ String
The postal code where the event took place.
Instance Method Summary collapse
-
#initialize(category: , created_at: , postal_code: ) ⇒ Object
constructor
Some parameter documentations has been truncated, see TrackingUpdate 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(category: , created_at: , postal_code: ) ⇒ Object
Some parameter documentations has been truncated, see Increase::Models::CheckTransfer::PhysicalCheck::TrackingUpdate for more details.
|
|
# File 'lib/increase/models/check_transfer.rb', line 742
|
Instance Attribute Details
#category ⇒ Symbol, Increase::Models::CheckTransfer::PhysicalCheck::TrackingUpdate::Category
The type of tracking event.
727 |
# File 'lib/increase/models/check_transfer.rb', line 727 required :category, enum: -> { Increase::CheckTransfer::PhysicalCheck::TrackingUpdate::Category } |
#created_at ⇒ Time
The [ISO 8601](en.wikipedia.org/wiki/ISO_8601) date and time at which the tracking event took place.
734 |
# File 'lib/increase/models/check_transfer.rb', line 734 required :created_at, Time |
#postal_code ⇒ String
The postal code where the event took place.
740 |
# File 'lib/increase/models/check_transfer.rb', line 740 required :postal_code, String |