Class: Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsRequest

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#order_idString (readonly)

Returns the value of attribute order_id.

Returns:

  • (String)


355
356
357
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 355

def order_id
  @order_id
end

#ship_from_addressPeddler::APIs::MerchantFulfillmentV0::Address (readonly)

Returns the value of attribute ship_from_address.



356
357
358
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 356

def ship_from_address
  @ship_from_address
end

#shipping_service_idString (readonly)

Returns the value of attribute shipping_service_id.

Returns:

  • (String)


357
358
359
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 357

def shipping_service_id
  @shipping_service_id
end

Class Method Details

.[](order_id:, ship_from_address:, shipping_service_id:) ⇒ Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsRequest .[](arg0, arg1, arg2) ⇒ Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsRequest

Overloads:



348
349
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 348

def self.[]: (order_id: String, ship_from_address: Peddler::APIs::MerchantFulfillmentV0::Address, shipping_service_id: String) -> Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsRequest
| (String, Peddler::APIs::MerchantFulfillmentV0::Address, String) -> Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsRequest

.members[ :order_id, :ship_from_address, :shipping_service_id ]

Returns:

  • ([ :order_id, :ship_from_address, :shipping_service_id ])


351
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 351

def self.members: () -> [ :order_id, :ship_from_address, :shipping_service_id ]

.new(order_id:, ship_from_address:, shipping_service_id:) ⇒ Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsRequest .new(arg0, arg1, arg2) ⇒ Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsRequest

Overloads:



346
347
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 346

def self.new: (order_id: String, ship_from_address: Peddler::APIs::MerchantFulfillmentV0::Address, shipping_service_id: String) -> Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsRequest
| (String, Peddler::APIs::MerchantFulfillmentV0::Address, String) -> Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsRequest

.parsePeddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsRequest

Parameters:

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

Returns:



353
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 353

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

Instance Method Details

#members[ :order_id, :ship_from_address, :shipping_service_id ]

Returns:

  • ([ :order_id, :ship_from_address, :shipping_service_id ])


359
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 359

def members: () -> [ :order_id, :ship_from_address, :shipping_service_id ]

#to_h{ order_id: String, ship_from_address: Peddler::APIs::MerchantFulfillmentV0::Address, shipping_service_id: String }

Returns:



360
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 360

def to_h: () -> { order_id: String, ship_from_address: Peddler::APIs::MerchantFulfillmentV0::Address, shipping_service_id: String }