Class: DeliveryFivePostClient::Models::API::V1::OrderStatusRequest

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/delivery_five_post_client/models/api/v1/order_status_request.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Parameters:

  • order_ids (Array<String>) (defaults to: nil) —

    Массив UUID заказов / Array of order UUIDs

  • sender_order_ids (Array<String>) (defaults to: nil) —

    Массив ID заказов партнера / Array of partner order IDs



# 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

Returns:

  • (Array<String>, nil)


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

Returns:

  • (Array<String>, nil)


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