Class: Peddler::APIs::FulfillmentInbound20240320::SetPrepDetailsRequest

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#marketplace_idString (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String)


1695
1696
1697
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1695

def marketplace_id
  @marketplace_id
end

#msku_prep_detailsArray[Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput] (readonly)

Returns the value of attribute msku_prep_details.



1696
1697
1698
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1696

def msku_prep_details
  @msku_prep_details
end

Class Method Details

.[](marketplace_id:, msku_prep_details:) ⇒ Peddler::APIs::FulfillmentInbound20240320::SetPrepDetailsRequest .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::SetPrepDetailsRequest



1688
1689
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1688

def self.[]: (marketplace_id: String, msku_prep_details: Array[Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput]) -> Peddler::APIs::FulfillmentInbound20240320::SetPrepDetailsRequest
| (String, Array[Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput]) -> Peddler::APIs::FulfillmentInbound20240320::SetPrepDetailsRequest

.members[ :marketplace_id, :msku_prep_details ]

Returns:

  • ([ :marketplace_id, :msku_prep_details ])


1691
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1691

def self.members: () -> [ :marketplace_id, :msku_prep_details ]

.new(marketplace_id:, msku_prep_details:) ⇒ Peddler::APIs::FulfillmentInbound20240320::SetPrepDetailsRequest .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::SetPrepDetailsRequest



1686
1687
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1686

def self.new: (marketplace_id: String, msku_prep_details: Array[Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput]) -> Peddler::APIs::FulfillmentInbound20240320::SetPrepDetailsRequest
| (String, Array[Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput]) -> Peddler::APIs::FulfillmentInbound20240320::SetPrepDetailsRequest

.parsePeddler::APIs::FulfillmentInbound20240320::SetPrepDetailsRequest

Parameters:

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

Returns:



1693
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1693

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

Instance Method Details

#members[ :marketplace_id, :msku_prep_details ]

Returns:

  • ([ :marketplace_id, :msku_prep_details ])


1698
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1698

def members: () -> [ :marketplace_id, :msku_prep_details ]

#to_h{ marketplace_id: String, msku_prep_details: Array[Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput] }

Returns:



1699
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1699

def to_h: () -> { marketplace_id: String, msku_prep_details: Array[Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput] }