Class: Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabelRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabelRequest
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs
Instance Attribute Summary collapse
-
#containers ⇒ Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::Container]?
readonly
Returns the value of attribute containers.
-
#purchase_order_number ⇒ String
readonly
Returns the value of attribute purchase_order_number.
-
#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.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :purchase_order_number, :selling_party, :ship_from_party, :containers ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabelRequest
Instance Method Summary collapse
-
#members ⇒ [ :purchase_order_number, :selling_party, :ship_from_party, :containers ]
-
#to_h ⇒ { purchase_order_number: String, selling_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, containers: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::Container]? }
Instance Attribute Details
#containers ⇒ Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::Container]? (readonly)
Returns the value of attribute containers.
507 508 509 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 507 def containers @containers end |
#purchase_order_number ⇒ String (readonly)
Returns the value of attribute purchase_order_number.
508 509 510 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 508 def purchase_order_number @purchase_order_number end |
#selling_party ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification (readonly)
Returns the value of attribute selling_party.
509 510 511 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 509 def selling_party @selling_party end |
#ship_from_party ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification (readonly)
Returns the value of attribute ship_from_party.
510 511 512 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 510 def ship_from_party @ship_from_party end |
Class Method Details
.[](purchase_order_number:, selling_party:, ship_from_party:, containers:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabelRequest .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabelRequest
500 501 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 500
def self.[]: (purchase_order_number: String, selling_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ?containers: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::Container]?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabelRequest
| (String, Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::Container]?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabelRequest
|
.members ⇒ [ :purchase_order_number, :selling_party, :ship_from_party, :containers ]
503 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 503
def self.members: () -> [ :purchase_order_number, :selling_party, :ship_from_party, :containers ]
|
.new(purchase_order_number:, selling_party:, ship_from_party:, containers:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabelRequest .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabelRequest
498 499 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 498
def self.new: (purchase_order_number: String, selling_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ?containers: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::Container]?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabelRequest
| (String, Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::Container]?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabelRequest
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabelRequest
505 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 505
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabelRequest
|
Instance Method Details
#members ⇒ [ :purchase_order_number, :selling_party, :ship_from_party, :containers ]
512 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 512
def members: () -> [ :purchase_order_number, :selling_party, :ship_from_party, :containers ]
|
#to_h ⇒ { purchase_order_number: String, selling_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, containers: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::Container]? }
513 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 513
def to_h: () -> { purchase_order_number: String, selling_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, containers: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::Container]? }
|