Class: Peddler::APIs::FulfillmentInboundV0::InboundShipmentItem

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#fulfillment_network_skuString? (readonly)

Returns the value of attribute fulfillment_network_sku.

Returns:

  • (String, nil)


318
319
320
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 318

def fulfillment_network_sku
  @fulfillment_network_sku
end

#prep_details_listArray[Peddler::APIs::FulfillmentInboundV0::PrepDetails]? (readonly)

Returns the value of attribute prep_details_list.



319
320
321
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 319

def prep_details_list
  @prep_details_list
end

#quantity_in_caseInteger? (readonly)

Returns the value of attribute quantity_in_case.

Returns:

  • (Integer, nil)


320
321
322
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 320

def quantity_in_case
  @quantity_in_case
end

#quantity_receivedInteger? (readonly)

Returns the value of attribute quantity_received.

Returns:

  • (Integer, nil)


321
322
323
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 321

def quantity_received
  @quantity_received
end

#quantity_shippedInteger (readonly)

Returns the value of attribute quantity_shipped.

Returns:

  • (Integer)


322
323
324
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 322

def quantity_shipped
  @quantity_shipped
end

#release_dateString? (readonly)

Returns the value of attribute release_date.

Returns:

  • (String, nil)


323
324
325
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 323

def release_date
  @release_date
end

#seller_skuString (readonly)

Returns the value of attribute seller_sku.

Returns:

  • (String)


324
325
326
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 324

def seller_sku
  @seller_sku
end

#shipment_idString? (readonly)

Returns the value of attribute shipment_id.

Returns:

  • (String, nil)


325
326
327
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 325

def shipment_id
  @shipment_id
end

Class Method Details

.[](quantity_shipped:, seller_sku:, fulfillment_network_sku:, prep_details_list:, quantity_in_case:, quantity_received:, release_date:, shipment_id:) ⇒ Peddler::APIs::FulfillmentInboundV0::InboundShipmentItem .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::APIs::FulfillmentInboundV0::InboundShipmentItem

Overloads:



311
312
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 311

def self.[]: (quantity_shipped: Integer, seller_sku: String, ?fulfillment_network_sku: String?, ?prep_details_list: Array[Peddler::APIs::FulfillmentInboundV0::PrepDetails]?, ?quantity_in_case: Integer?, ?quantity_received: Integer?, ?release_date: String?, ?shipment_id: String?) -> Peddler::APIs::FulfillmentInboundV0::InboundShipmentItem
| (Integer, String, String?, Array[Peddler::APIs::FulfillmentInboundV0::PrepDetails]?, Integer?, Integer?, String?, String?) -> Peddler::APIs::FulfillmentInboundV0::InboundShipmentItem

.members[ :quantity_shipped, :seller_sku, :fulfillment_network_sku, :prep_details_list, :quantity_in_case, :quantity_received, :release_date, :shipment_id ]

Returns:

  • ([ :quantity_shipped, :seller_sku, :fulfillment_network_sku, :prep_details_list, :quantity_in_case, :quantity_received, :release_date, :shipment_id ])


314
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 314

def self.members: () -> [ :quantity_shipped, :seller_sku, :fulfillment_network_sku, :prep_details_list, :quantity_in_case, :quantity_received, :release_date, :shipment_id ]

.new(quantity_shipped:, seller_sku:, fulfillment_network_sku:, prep_details_list:, quantity_in_case:, quantity_received:, release_date:, shipment_id:) ⇒ Peddler::APIs::FulfillmentInboundV0::InboundShipmentItem .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::APIs::FulfillmentInboundV0::InboundShipmentItem

Overloads:



309
310
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 309

def self.new: (quantity_shipped: Integer, seller_sku: String, ?fulfillment_network_sku: String?, ?prep_details_list: Array[Peddler::APIs::FulfillmentInboundV0::PrepDetails]?, ?quantity_in_case: Integer?, ?quantity_received: Integer?, ?release_date: String?, ?shipment_id: String?) -> Peddler::APIs::FulfillmentInboundV0::InboundShipmentItem
| (Integer, String, String?, Array[Peddler::APIs::FulfillmentInboundV0::PrepDetails]?, Integer?, Integer?, String?, String?) -> Peddler::APIs::FulfillmentInboundV0::InboundShipmentItem

.parsePeddler::APIs::FulfillmentInboundV0::InboundShipmentItem

Parameters:

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

Returns:



316
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 316

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

Instance Method Details

#members[ :quantity_shipped, :seller_sku, :fulfillment_network_sku, :prep_details_list, :quantity_in_case, :quantity_received, :release_date, :shipment_id ]

Returns:

  • ([ :quantity_shipped, :seller_sku, :fulfillment_network_sku, :prep_details_list, :quantity_in_case, :quantity_received, :release_date, :shipment_id ])


327
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 327

def members: () -> [ :quantity_shipped, :seller_sku, :fulfillment_network_sku, :prep_details_list, :quantity_in_case, :quantity_received, :release_date, :shipment_id ]

#to_h{ quantity_shipped: Integer, seller_sku: String, fulfillment_network_sku: String?, prep_details_list: Array[Peddler::APIs::FulfillmentInboundV0::PrepDetails]?, quantity_in_case: Integer?, quantity_received: Integer?, release_date: String?, shipment_id: String? }

Returns:

  • ({ quantity_shipped: Integer, seller_sku: String, fulfillment_network_sku: String?, prep_details_list: Array[Peddler::APIs::FulfillmentInboundV0::PrepDetails]?, quantity_in_case: Integer?, quantity_received: Integer?, release_date: String?, shipment_id: String? })


328
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 328

def to_h: () -> { quantity_shipped: Integer, seller_sku: String, fulfillment_network_sku: String?, prep_details_list: Array[Peddler::APIs::FulfillmentInboundV0::PrepDetails]?, quantity_in_case: Integer?, quantity_received: Integer?, release_date: String?, shipment_id: String? }