Class: Peddler::APIs::VendorDirectFulfillmentShippingV1::ShipmentStatusUpdate

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.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)


430
431
432
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 430

def purchase_order_number
  @purchase_order_number
end

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

Returns the value of attribute selling_party.



431
432
433
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 431

def selling_party
  @selling_party
end

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

Returns the value of attribute ship_from_party.



432
433
434
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 432

def ship_from_party
  @ship_from_party
end

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

Returns the value of attribute status_update_details.



433
434
435
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 433

def status_update_details
  @status_update_details
end

Class Method Details

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



423
424
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 423

def self.[]: (purchase_order_number: String, selling_party: Peddler::APIs::VendorDirectFulfillmentShippingV1::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentShippingV1::PartyIdentification, status_update_details: Peddler::APIs::VendorDirectFulfillmentShippingV1::StatusUpdateDetails) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::ShipmentStatusUpdate
| (String, Peddler::APIs::VendorDirectFulfillmentShippingV1::PartyIdentification, Peddler::APIs::VendorDirectFulfillmentShippingV1::PartyIdentification, Peddler::APIs::VendorDirectFulfillmentShippingV1::StatusUpdateDetails) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::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 ])


426
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 426

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::VendorDirectFulfillmentShippingV1::ShipmentStatusUpdate .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::ShipmentStatusUpdate



421
422
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 421

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

.parsePeddler::APIs::VendorDirectFulfillmentShippingV1::ShipmentStatusUpdate

Parameters:

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

Returns:



428
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 428

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::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 ])


435
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 435

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

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



436
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 436

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