Class: Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanRequest

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

#destination_marketplacesArray[String] (readonly)

Returns the value of attribute destination_marketplaces.

Returns:

  • (Array[String])


417
418
419
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 417

def destination_marketplaces
  @destination_marketplaces
end

#itemsArray[Peddler::APIs::FulfillmentInbound20240320::ItemInput] (readonly)

Returns the value of attribute items.



418
419
420
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 418

def items
  @items
end

#nameString? (readonly)

Returns the value of attribute name.

Returns:

  • (String, nil)


419
420
421
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 419

def name
  @name
end

#source_addressPeddler::APIs::FulfillmentInbound20240320::AddressInput (readonly)

Returns the value of attribute source_address.



420
421
422
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 420

def source_address
  @source_address
end

Class Method Details

.[](destination_marketplaces:, items:, source_address:, name:) ⇒ Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanRequest .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanRequest

Overloads:



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

def self.[]: (destination_marketplaces: Array[String], items: Array[Peddler::APIs::FulfillmentInbound20240320::ItemInput], source_address: Peddler::APIs::FulfillmentInbound20240320::AddressInput, ?name: String?) -> Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanRequest
| (Array[String], Array[Peddler::APIs::FulfillmentInbound20240320::ItemInput], Peddler::APIs::FulfillmentInbound20240320::AddressInput, String?) -> Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanRequest

.members[ :destination_marketplaces, :items, :source_address, :name ]

Returns:

  • ([ :destination_marketplaces, :items, :source_address, :name ])


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

def self.members: () -> [ :destination_marketplaces, :items, :source_address, :name ]

.new(destination_marketplaces:, items:, source_address:, name:) ⇒ Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanRequest .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanRequest

Overloads:



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

def self.new: (destination_marketplaces: Array[String], items: Array[Peddler::APIs::FulfillmentInbound20240320::ItemInput], source_address: Peddler::APIs::FulfillmentInbound20240320::AddressInput, ?name: String?) -> Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanRequest
| (Array[String], Array[Peddler::APIs::FulfillmentInbound20240320::ItemInput], Peddler::APIs::FulfillmentInbound20240320::AddressInput, String?) -> Peddler::APIs::FulfillmentInbound20240320::CreateInboundPlanRequest

.parsePeddler::APIs::FulfillmentInbound20240320::CreateInboundPlanRequest

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :destination_marketplaces, :items, :source_address, :name ]

Returns:

  • ([ :destination_marketplaces, :items, :source_address, :name ])


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

def members: () -> [ :destination_marketplaces, :items, :source_address, :name ]

#to_h{ destination_marketplaces: Array[String], items: Array[Peddler::APIs::FulfillmentInbound20240320::ItemInput], source_address: Peddler::APIs::FulfillmentInbound20240320::AddressInput, name: String? }

Returns:



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

def to_h: () -> { destination_marketplaces: Array[String], items: Array[Peddler::APIs::FulfillmentInbound20240320::ItemInput], source_address: Peddler::APIs::FulfillmentInbound20240320::AddressInput, name: String? }