Class: Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentRequest
- Defined in:
- sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs
Instance Attribute Summary collapse
-
#line_item_count ⇒ String?
readonly
Returns the value of attribute line_item_count.
-
#location_id ⇒ String
readonly
Returns the value of attribute location_id.
-
#marketplace_channel ⇒ String
readonly
Returns the value of attribute marketplace_channel.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
-
#order_type ⇒ Array[String]?
readonly
Returns the value of attribute order_type.
-
#quantity_count ⇒ String?
readonly
Returns the value of attribute quantity_count.
-
#shipping_type ⇒ String
readonly
Returns the value of attribute shipping_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :location_id, :marketplace_channel, :marketplace_id, :shipping_type, :line_item_count, :order_type, :quantity_count ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentRequest
Instance Method Summary collapse
-
#members ⇒ [ :location_id, :marketplace_channel, :marketplace_id, :shipping_type, :line_item_count, :order_type, :quantity_count ]
-
#to_h ⇒ { location_id: String, marketplace_channel: String, marketplace_id: String, shipping_type: String, line_item_count: String?, order_type: Array[String]?, quantity_count: String? }
Instance Attribute Details
#line_item_count ⇒ String? (readonly)
Returns the value of attribute line_item_count.
162 163 164 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 162 def line_item_count @line_item_count end |
#location_id ⇒ String (readonly)
Returns the value of attribute location_id.
163 164 165 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 163 def location_id @location_id end |
#marketplace_channel ⇒ String (readonly)
Returns the value of attribute marketplace_channel.
164 165 166 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 164 def marketplace_channel @marketplace_channel end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
165 166 167 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 165 def marketplace_id @marketplace_id end |
#order_type ⇒ Array[String]? (readonly)
Returns the value of attribute order_type.
166 167 168 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 166 def order_type @order_type end |
#quantity_count ⇒ String? (readonly)
Returns the value of attribute quantity_count.
167 168 169 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 167 def quantity_count @quantity_count end |
#shipping_type ⇒ String (readonly)
Returns the value of attribute shipping_type.
168 169 170 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 168 def shipping_type @shipping_type end |
Class Method Details
.[](location_id:, marketplace_channel:, marketplace_id:, shipping_type:, line_item_count:, order_type:, quantity_count:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentRequest .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentRequest
155 156 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 155
def self.[]: (location_id: String, marketplace_channel: String, marketplace_id: String, shipping_type: String, ?line_item_count: String?, ?order_type: Array[String]?, ?quantity_count: String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentRequest
| (String, String, String, String, String?, Array[String]?, String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentRequest
|
.members ⇒ [ :location_id, :marketplace_channel, :marketplace_id, :shipping_type, :line_item_count, :order_type, :quantity_count ]
158 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 158
def self.members: () -> [ :location_id, :marketplace_channel, :marketplace_id, :shipping_type, :line_item_count, :order_type, :quantity_count ]
|
.new(location_id:, marketplace_channel:, marketplace_id:, shipping_type:, line_item_count:, order_type:, quantity_count:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentRequest .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentRequest
153 154 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 153
def self.new: (location_id: String, marketplace_channel: String, marketplace_id: String, shipping_type: String, ?line_item_count: String?, ?order_type: Array[String]?, ?quantity_count: String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentRequest
| (String, String, String, String, String?, Array[String]?, String?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentRequest
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentRequest
160 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 160
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::CreateSandboxShipmentRequest
|
Instance Method Details
#members ⇒ [ :location_id, :marketplace_channel, :marketplace_id, :shipping_type, :line_item_count, :order_type, :quantity_count ]
170 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 170
def members: () -> [ :location_id, :marketplace_channel, :marketplace_id, :shipping_type, :line_item_count, :order_type, :quantity_count ]
|
#to_h ⇒ { location_id: String, marketplace_channel: String, marketplace_id: String, shipping_type: String, line_item_count: String?, order_type: Array[String]?, quantity_count: String? }
171 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 171
def to_h: () -> { location_id: String, marketplace_channel: String, marketplace_id: String, shipping_type: String, line_item_count: String?, order_type: Array[String]?, quantity_count: String? }
|