Class: Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelRequest

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#carrier_idString (readonly)

Returns the value of attribute carrier_id.

Returns:

  • (String)


85
86
87
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 85

def carrier_id
  @carrier_id
end

#packagesArray[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_partyPeddler::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_partyPeddler::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_idString (readonly)

Returns the value of attribute vendor_container_id.

Returns:

  • (String)


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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelRequest

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :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 }