Class: Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#client_sequence_numberInteger? (readonly)

Returns the value of attribute client_sequence_number.

Returns:

  • (Integer, nil)


140
141
142
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 140

def client_sequence_number
  @client_sequence_number
end

#marketplace_attributesPeddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes? (readonly)

Returns the value of attribute marketplace_attributes.



141
142
143
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 141

def marketplace_attributes
  @marketplace_attributes
end

#quantityInteger? (readonly)

Returns the value of attribute quantity.

Returns:

  • (Integer, nil)


142
143
144
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 142

def quantity
  @quantity
end

Class Method Details

.[](client_sequence_number:, marketplace_attributes:, quantity:) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams

Overloads:



133
134
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 133

def self.[]: (?client_sequence_number: Integer?, ?marketplace_attributes: Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes?, ?quantity: Integer?) -> Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams
| (Integer?, Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes?, Integer?) -> Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams

.members[ :client_sequence_number, :marketplace_attributes, :quantity ]

Returns:

  • ([ :client_sequence_number, :marketplace_attributes, :quantity ])


136
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 136

def self.members: () -> [ :client_sequence_number, :marketplace_attributes, :quantity ]

.new(client_sequence_number:, marketplace_attributes:, quantity:) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams

Overloads:



131
132
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 131

def self.new: (?client_sequence_number: Integer?, ?marketplace_attributes: Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes?, ?quantity: Integer?) -> Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams
| (Integer?, Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes?, Integer?) -> Peddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams

.parsePeddler::APIs::ExternalFulfillmentInventory20240911::InventoryRequestParams

Parameters:

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

Returns:



138
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 138

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

Instance Method Details

#members[ :client_sequence_number, :marketplace_attributes, :quantity ]

Returns:

  • ([ :client_sequence_number, :marketplace_attributes, :quantity ])


144
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 144

def members: () -> [ :client_sequence_number, :marketplace_attributes, :quantity ]

#to_h{ client_sequence_number: Integer?, marketplace_attributes: Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes?, quantity: Integer? }

Returns:



145
# File 'sig/peddler/apis/external_fulfillment_inventory_2024_09_11.rbs', line 145

def to_h: () -> { client_sequence_number: Integer?, marketplace_attributes: Peddler::APIs::ExternalFulfillmentInventory20240911::MarketplaceAttributes?, quantity: Integer? }