Class: DeliveryFivePostClient::Models::API::V1::OrderStatusRequest
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- DeliveryFivePostClient::Models::API::V1::OrderStatusRequest
- Defined in:
- lib/delivery_five_post_client/models/api/v1/order_status_request.rb
Direct Known Subclasses
PartnerGetOrderHistoryMassParams, PartnerGetOrderStatusParams
Instance Attribute Summary collapse
-
#order_ids ⇒ Array<String>?
Массив UUID заказов / Array of order UUIDs.
-
#sender_order_ids ⇒ Array<String>?
Массив ID заказов партнера / Array of partner order IDs.
Instance Method Summary collapse
-
#initialize(order_ids: nil, sender_order_ids: nil) ⇒ Object
constructor
Запрос на получение статуса заказов / Order status request.
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(order_ids: nil, sender_order_ids: nil) ⇒ Object
Запрос на получение статуса заказов / Order status request
|
|
# File 'lib/delivery_five_post_client/models/api/v1/order_status_request.rb', line 22
|
Instance Attribute Details
#order_ids ⇒ Array<String>?
Массив UUID заказов / Array of order UUIDs
12 |
# File 'lib/delivery_five_post_client/models/api/v1/order_status_request.rb', line 12 optional :order_ids, DeliveryFivePostClient::Internal::Type::ArrayOf[String], api_name: :orderIds |
#sender_order_ids ⇒ Array<String>?
Массив ID заказов партнера / Array of partner order IDs
18 19 20 |
# File 'lib/delivery_five_post_client/models/api/v1/order_status_request.rb', line 18 optional :sender_order_ids, DeliveryFivePostClient::Internal::Type::ArrayOf[String], api_name: :senderOrderIds |