Class: Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipment

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#amazon_shipment_idString (readonly)

Returns the value of attribute amazon_shipment_id.

Returns:

  • (String)


674
675
676
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 674

def amazon_shipment_id
  @amazon_shipment_id
end

#estimated_arrival_dateString? (readonly)

Returns the value of attribute estimated_arrival_date.

Returns:

  • (String, nil)


675
676
677
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 675

def estimated_arrival_date
  @estimated_arrival_date
end

#fulfillment_center_idString (readonly)

Returns the value of attribute fulfillment_center_id.

Returns:

  • (String)


676
677
678
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 676

def fulfillment_center_id
  @fulfillment_center_id
end

#fulfillment_shipment_itemArray[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentItem] (readonly)

Returns the value of attribute fulfillment_shipment_item.



677
678
679
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 677

def fulfillment_shipment_item
  @fulfillment_shipment_item
end

#fulfillment_shipment_packageArray[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentPackage]? (readonly)

Returns the value of attribute fulfillment_shipment_package.



678
679
680
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 678

def fulfillment_shipment_package
  @fulfillment_shipment_package
end

#fulfillment_shipment_statusString (readonly)

Returns the value of attribute fulfillment_shipment_status.

Returns:

  • (String)


679
680
681
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 679

def fulfillment_shipment_status
  @fulfillment_shipment_status
end

#shipping_dateString? (readonly)

Returns the value of attribute shipping_date.

Returns:

  • (String, nil)


680
681
682
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 680

def shipping_date
  @shipping_date
end

#shipping_notesArray[String]? (readonly)

Returns the value of attribute shipping_notes.

Returns:

  • (Array[String], nil)


681
682
683
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 681

def shipping_notes
  @shipping_notes
end

Class Method Details

.[](amazon_shipment_id:, fulfillment_center_id:, fulfillment_shipment_item:, fulfillment_shipment_status:, estimated_arrival_date:, fulfillment_shipment_package:, shipping_date:, shipping_notes:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipment .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipment

Overloads:



667
668
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 667

def self.[]: (amazon_shipment_id: String, fulfillment_center_id: String, fulfillment_shipment_item: Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentItem], fulfillment_shipment_status: String, ?estimated_arrival_date: String?, ?fulfillment_shipment_package: Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentPackage]?, ?shipping_date: String?, ?shipping_notes: Array[String]?) -> Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipment
| (String, String, Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentItem], String, String?, Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentPackage]?, String?, Array[String]?) -> Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipment

.members[ :amazon_shipment_id, :fulfillment_center_id, :fulfillment_shipment_item, :fulfillment_shipment_status, :estimated_arrival_date, :fulfillment_shipment_package, :shipping_date, :shipping_notes ]

Returns:

  • ([ :amazon_shipment_id, :fulfillment_center_id, :fulfillment_shipment_item, :fulfillment_shipment_status, :estimated_arrival_date, :fulfillment_shipment_package, :shipping_date, :shipping_notes ])


670
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 670

def self.members: () -> [ :amazon_shipment_id, :fulfillment_center_id, :fulfillment_shipment_item, :fulfillment_shipment_status, :estimated_arrival_date, :fulfillment_shipment_package, :shipping_date, :shipping_notes ]

.new(amazon_shipment_id:, fulfillment_center_id:, fulfillment_shipment_item:, fulfillment_shipment_status:, estimated_arrival_date:, fulfillment_shipment_package:, shipping_date:, shipping_notes:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipment .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipment

Overloads:



665
666
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 665

def self.new: (amazon_shipment_id: String, fulfillment_center_id: String, fulfillment_shipment_item: Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentItem], fulfillment_shipment_status: String, ?estimated_arrival_date: String?, ?fulfillment_shipment_package: Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentPackage]?, ?shipping_date: String?, ?shipping_notes: Array[String]?) -> Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipment
| (String, String, Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentItem], String, String?, Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentPackage]?, String?, Array[String]?) -> Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipment

.parsePeddler::APIs::FulfillmentOutbound20200701::FulfillmentShipment

Parameters:

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

Returns:



672
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 672

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

Instance Method Details

#members[ :amazon_shipment_id, :fulfillment_center_id, :fulfillment_shipment_item, :fulfillment_shipment_status, :estimated_arrival_date, :fulfillment_shipment_package, :shipping_date, :shipping_notes ]

Returns:

  • ([ :amazon_shipment_id, :fulfillment_center_id, :fulfillment_shipment_item, :fulfillment_shipment_status, :estimated_arrival_date, :fulfillment_shipment_package, :shipping_date, :shipping_notes ])


683
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 683

def members: () -> [ :amazon_shipment_id, :fulfillment_center_id, :fulfillment_shipment_item, :fulfillment_shipment_status, :estimated_arrival_date, :fulfillment_shipment_package, :shipping_date, :shipping_notes ]

#to_h{ amazon_shipment_id: String, fulfillment_center_id: String, fulfillment_shipment_item: Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentItem], fulfillment_shipment_status: String, estimated_arrival_date: String?, fulfillment_shipment_package: Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentPackage]?, shipping_date: String?, shipping_notes: Array[String]? }

Returns:



684
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 684

def to_h: () -> { amazon_shipment_id: String, fulfillment_center_id: String, fulfillment_shipment_item: Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentItem], fulfillment_shipment_status: String, estimated_arrival_date: String?, fulfillment_shipment_package: Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentShipmentPackage]?, shipping_date: String?, shipping_notes: Array[String]? }