Class: Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentStatusUpdate

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

#purchase_order_numberString (readonly)

Returns the value of attribute purchase_order_number.

Returns:

  • (String)


451
452
453
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 451

def purchase_order_number
  @purchase_order_number
end

#selling_partyPeddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification (readonly)

Returns the value of attribute selling_party.



452
453
454
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 452

def selling_party
  @selling_party
end

#ship_from_partyPeddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification (readonly)

Returns the value of attribute ship_from_party.



453
454
455
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 453

def ship_from_party
  @ship_from_party
end

#status_update_detailsPeddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails (readonly)

Returns the value of attribute status_update_details.



454
455
456
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 454

def status_update_details
  @status_update_details
end

Class Method Details

.[](purchase_order_number:, selling_party:, ship_from_party:, status_update_details:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentStatusUpdate .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentStatusUpdate



444
445
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 444

def self.[]: (purchase_order_number: String, selling_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, status_update_details: Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentStatusUpdate
| (String, Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentStatusUpdate

.members[ :purchase_order_number, :selling_party, :ship_from_party, :status_update_details ]

Returns:

  • ([ :purchase_order_number, :selling_party, :ship_from_party, :status_update_details ])


447
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 447

def self.members: () -> [ :purchase_order_number, :selling_party, :ship_from_party, :status_update_details ]

.new(purchase_order_number:, selling_party:, ship_from_party:, status_update_details:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentStatusUpdate .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentStatusUpdate



442
443
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 442

def self.new: (purchase_order_number: String, selling_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, status_update_details: Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentStatusUpdate
| (String, Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentStatusUpdate

.parsePeddler::APIs::VendorDirectFulfillmentShipping20211228::ShipmentStatusUpdate

Parameters:

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

Returns:



449
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 449

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

Instance Method Details

#members[ :purchase_order_number, :selling_party, :ship_from_party, :status_update_details ]

Returns:

  • ([ :purchase_order_number, :selling_party, :ship_from_party, :status_update_details ])


456
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 456

def members: () -> [ :purchase_order_number, :selling_party, :ship_from_party, :status_update_details ]

#to_h{ purchase_order_number: String, selling_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, status_update_details: Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails }



457
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 457

def to_h: () -> { purchase_order_number: String, selling_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, status_update_details: Peddler::APIs::VendorDirectFulfillmentShipping20211228::StatusUpdateDetails }