Class: Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsRequest
- Defined in:
- sig/peddler/apis/merchant_fulfillment_v0.rbs
Instance Attribute Summary collapse
-
#order_id ⇒ String
readonly
Returns the value of attribute order_id.
-
#ship_from_address ⇒ Peddler::APIs::MerchantFulfillmentV0::Address
readonly
Returns the value of attribute ship_from_address.
-
#shipping_service_id ⇒ String
readonly
Returns the value of attribute shipping_service_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :order_id, :ship_from_address, :shipping_service_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsRequest
Instance Method Summary collapse
-
#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 }
Instance Attribute Details
#order_id ⇒ String (readonly)
Returns the value of attribute order_id.
355 356 357 |
# File 'sig/peddler/apis/merchant_fulfillment_v0.rbs', line 355 def order_id @order_id end |
#ship_from_address ⇒ Peddler::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_id ⇒ String (readonly)
Returns the value of attribute shipping_service_id.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::MerchantFulfillmentV0::GetAdditionalSellerInputsRequest
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 ]
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 }
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 }
|