Class: Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderRequest

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#fulfillment_configurationPeddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration? (readonly)

Returns the value of attribute fulfillment_configuration.



1277
1278
1279
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1277

def fulfillment_configuration
  @fulfillment_configuration
end

Class Method Details

.[](fulfillment_configuration:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderRequest .[](arg0) ⇒ Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderRequest



1270
1271
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1270

def self.[]: (?fulfillment_configuration: Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration?) -> Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderRequest
| (Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration?) -> Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderRequest

.members[ :fulfillment_configuration ]

Returns:

  • ([ :fulfillment_configuration ])


1273
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1273

def self.members: () -> [ :fulfillment_configuration ]

.new(fulfillment_configuration:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderRequest .new(arg0) ⇒ Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderRequest



1268
1269
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1268

def self.new: (?fulfillment_configuration: Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration?) -> Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderRequest
| (Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration?) -> Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderRequest

.parsePeddler::APIs::FulfillmentOutbound20260704::UpdateOrderRequest

Parameters:

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

Returns:



1275
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1275

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

Instance Method Details

#members[ :fulfillment_configuration ]

Returns:

  • ([ :fulfillment_configuration ])


1279
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1279

def members: () -> [ :fulfillment_configuration ]

#to_h{ fulfillment_configuration: Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration? }



1280
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1280

def to_h: () -> { fulfillment_configuration: Peddler::APIs::FulfillmentOutbound20260704::UpdateOrderFulfillmentConfiguration? }