Class: DeliveryFivePostClient::Models::API::V1::ReceiverLocation
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- DeliveryFivePostClient::Models::API::V1::ReceiverLocation
- Defined in:
- lib/delivery_five_post_client/models/api/v1/receiver_location.rb
Instance Attribute Summary collapse
-
#location_id ⇒ String?
UUID в формате v4 / UUID in v4 format.
-
#mdm_code ⇒ String?
MDM код точки выдачи / Pickup point MDM code.
Instance Method Summary collapse
-
#initialize(location_id: nil, mdm_code: nil) ⇒ Object
constructor
Точка получения / Receiver location.
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(location_id: nil, mdm_code: nil) ⇒ Object
Точка получения / Receiver location
|
|
# File 'lib/delivery_five_post_client/models/api/v1/receiver_location.rb', line 20
|
Instance Attribute Details
#location_id ⇒ String?
UUID в формате v4 / UUID in v4 format
12 |
# File 'lib/delivery_five_post_client/models/api/v1/receiver_location.rb', line 12 optional :location_id, String, api_name: :locationId |
#mdm_code ⇒ String?
MDM код точки выдачи / Pickup point MDM code
18 |
# File 'lib/delivery_five_post_client/models/api/v1/receiver_location.rb', line 18 optional :mdm_code, String, api_name: :mdmCode |