Class: Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentRequest

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#line_item_count ⇒ String? (readonly)

Returns the value of attribute line_item_count.

Returns:

  • (String, nil)


162
163
164
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 162

def line_item_count
  @line_item_count
end

#location_id ⇒ String (readonly)

Returns the value of attribute location_id.

Returns:

  • (String)


163
164
165
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 163

def location_id
  @location_id
end

#marketplace_channel ⇒ String (readonly)

Returns the value of attribute marketplace_channel.

Returns:

  • (String)


164
165
166
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 164

def marketplace_channel
  @marketplace_channel
end

#marketplace_id ⇒ String (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String)


165
166
167
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 165

def marketplace_id
  @marketplace_id
end

#order_type ⇒ Array[String]? (readonly)

Returns the value of attribute order_type.

Returns:

  • (Array[String], nil)


166
167
168
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 166

def order_type
  @order_type
end

#quantity_count ⇒ String? (readonly)

Returns the value of attribute quantity_count.

Returns:

  • (String, nil)


167
168
169
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 167

def quantity_count
  @quantity_count
end

#shipping_type ⇒ String (readonly)

Returns the value of attribute shipping_type.

Returns:

  • (String)


168
169
170
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 168

def shipping_type
  @shipping_type
end

Class Method Details

.[](location_id:, marketplace_channel:, marketplace_id:, shipping_type:, line_item_count:, order_type:, quantity_count:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentRequest .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentRequest

Overloads:



155
156
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 155

def self.[]: (location_id: String, marketplace_channel: String, marketplace_id: String, shipping_type: String, ?line_item_count: String?, ?order_type: Array[String]?, ?quantity_count: String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentRequest
| (String, String, String, String, String?, Array[String]?, String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentRequest

.members ⇒ [ :location_id, :marketplace_channel, :marketplace_id, :shipping_type, :line_item_count, :order_type, :quantity_count ]

Returns:

  • ([ :location_id, :marketplace_channel, :marketplace_id, :shipping_type, :line_item_count, :order_type, :quantity_count ])


158
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 158

def self.members: () -> [ :location_id, :marketplace_channel, :marketplace_id, :shipping_type, :line_item_count, :order_type, :quantity_count ]

.new(location_id:, marketplace_channel:, marketplace_id:, shipping_type:, line_item_count:, order_type:, quantity_count:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentRequest .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentRequest

Overloads:



153
154
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 153

def self.new: (location_id: String, marketplace_channel: String, marketplace_id: String, shipping_type: String, ?line_item_count: String?, ?order_type: Array[String]?, ?quantity_count: String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentRequest
| (String, String, String, String, String?, Array[String]?, String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentRequest

.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentRequest

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



160
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 160

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentRequest

Instance Method Details

#members ⇒ [ :location_id, :marketplace_channel, :marketplace_id, :shipping_type, :line_item_count, :order_type, :quantity_count ]

Returns:

  • ([ :location_id, :marketplace_channel, :marketplace_id, :shipping_type, :line_item_count, :order_type, :quantity_count ])


170
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 170

def members: () -> [ :location_id, :marketplace_channel, :marketplace_id, :shipping_type, :line_item_count, :order_type, :quantity_count ]

#to_h ⇒ { location_id: String, marketplace_channel: String, marketplace_id: String, shipping_type: String, line_item_count: String?, order_type: Array[String]?, quantity_count: String? }

Returns:

  • ({ location_id: String, marketplace_channel: String, marketplace_id: String, shipping_type: String, line_item_count: String?, order_type: Array[String]?, quantity_count: String? })


171
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 171

def to_h: () -> { location_id: String, marketplace_channel: String, marketplace_id: String, shipping_type: String, line_item_count: String?, order_type: Array[String]?, quantity_count: String? }