Class: Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelRequest
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs
Instance Attribute Summary collapse
-
#carrier_id ⇒ String
readonly
Returns the value of attribute carrier_id.
-
#packages ⇒ Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::Package]
readonly
Returns the value of attribute packages.
-
#selling_party ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification
readonly
Returns the value of attribute selling_party.
-
#ship_from_party ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification
readonly
Returns the value of attribute ship_from_party.
-
#vendor_container_id ⇒ String
readonly
Returns the value of attribute vendor_container_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :carrier_id, :packages, :selling_party, :ship_from_party, :vendor_container_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelRequest
Instance Method Summary collapse
-
#members ⇒ [ :carrier_id, :packages, :selling_party, :ship_from_party, :vendor_container_id ]
-
#to_h ⇒ { carrier_id: String, packages: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::Package], selling_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, vendor_container_id: String }
Instance Attribute Details
#carrier_id ⇒ String (readonly)
Returns the value of attribute carrier_id.
85 86 87 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 85 def carrier_id @carrier_id end |
#packages ⇒ Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::Package] (readonly)
Returns the value of attribute packages.
86 87 88 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 86 def packages @packages end |
#selling_party ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification (readonly)
Returns the value of attribute selling_party.
87 88 89 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 87 def selling_party @selling_party end |
#ship_from_party ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification (readonly)
Returns the value of attribute ship_from_party.
88 89 90 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 88 def ship_from_party @ship_from_party end |
#vendor_container_id ⇒ String (readonly)
Returns the value of attribute vendor_container_id.
89 90 91 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 89 def vendor_container_id @vendor_container_id end |
Class Method Details
.[](carrier_id:, packages:, selling_party:, ship_from_party:, vendor_container_id:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelRequest .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelRequest
78 79 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 78
def self.[]: (carrier_id: String, packages: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::Package], selling_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, vendor_container_id: String) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelRequest
| (String, Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::Package], Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, String) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelRequest
|
.members ⇒ [ :carrier_id, :packages, :selling_party, :ship_from_party, :vendor_container_id ]
81 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 81
def self.members: () -> [ :carrier_id, :packages, :selling_party, :ship_from_party, :vendor_container_id ]
|
.new(carrier_id:, packages:, selling_party:, ship_from_party:, vendor_container_id:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelRequest .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelRequest
76 77 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 76
def self.new: (carrier_id: String, packages: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::Package], selling_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, vendor_container_id: String) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelRequest
| (String, Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::Package], Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, String) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelRequest
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelRequest
83 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 83
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelRequest
|
Instance Method Details
#members ⇒ [ :carrier_id, :packages, :selling_party, :ship_from_party, :vendor_container_id ]
91 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 91
def members: () -> [ :carrier_id, :packages, :selling_party, :ship_from_party, :vendor_container_id ]
|
#to_h ⇒ { carrier_id: String, packages: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::Package], selling_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, vendor_container_id: String }
92 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 92
def to_h: () -> { carrier_id: String, packages: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::Package], selling_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, vendor_container_id: String }
|