Class: Peddler::APIs::VendorShipmentsV1::ShipmentInformation
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorShipmentsV1::ShipmentInformation
- Defined in:
- sig/peddler/apis/vendor_shipments_v1.rbs
Instance Attribute Summary collapse
-
#buyer_reference_number ⇒ String?
readonly
Returns the value of attribute buyer_reference_number.
-
#master_tracking_id ⇒ String?
readonly
Returns the value of attribute master_tracking_id.
-
#ship_from_party ⇒ Peddler::APIs::VendorShipmentsV1::PartyIdentification?
readonly
Returns the value of attribute ship_from_party.
-
#ship_mode ⇒ String?
readonly
Returns the value of attribute ship_mode.
-
#ship_to_party ⇒ Peddler::APIs::VendorShipmentsV1::PartyIdentification?
readonly
Returns the value of attribute ship_to_party.
-
#total_label_count ⇒ Integer?
readonly
Returns the value of attribute total_label_count.
-
#vendor_details ⇒ Peddler::APIs::VendorShipmentsV1::VendorDetails?
readonly
Returns the value of attribute vendor_details.
-
#warehouse_id ⇒ String?
readonly
Returns the value of attribute warehouse_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :buyer_reference_number, :master_tracking_id, :ship_from_party, :ship_mode, :ship_to_party, :total_label_count, :vendor_details, :warehouse_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorShipmentsV1::ShipmentInformation
Instance Method Summary collapse
-
#members ⇒ [ :buyer_reference_number, :master_tracking_id, :ship_from_party, :ship_mode, :ship_to_party, :total_label_count, :vendor_details, :warehouse_id ]
-
#to_h ⇒ { buyer_reference_number: String?, master_tracking_id: String?, ship_from_party: Peddler::APIs::VendorShipmentsV1::PartyIdentification?, ship_mode: String?, ship_to_party: Peddler::APIs::VendorShipmentsV1::PartyIdentification?, total_label_count: Integer?, vendor_details: Peddler::APIs::VendorShipmentsV1::VendorDetails?, warehouse_id: String? }
Instance Attribute Details
#buyer_reference_number ⇒ String? (readonly)
Returns the value of attribute buyer_reference_number.
694 695 696 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 694 def buyer_reference_number @buyer_reference_number end |
#master_tracking_id ⇒ String? (readonly)
Returns the value of attribute master_tracking_id.
695 696 697 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 695 def master_tracking_id @master_tracking_id end |
#ship_from_party ⇒ Peddler::APIs::VendorShipmentsV1::PartyIdentification? (readonly)
Returns the value of attribute ship_from_party.
696 697 698 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 696 def ship_from_party @ship_from_party end |
#ship_mode ⇒ String? (readonly)
Returns the value of attribute ship_mode.
697 698 699 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 697 def ship_mode @ship_mode end |
#ship_to_party ⇒ Peddler::APIs::VendorShipmentsV1::PartyIdentification? (readonly)
Returns the value of attribute ship_to_party.
698 699 700 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 698 def ship_to_party @ship_to_party end |
#total_label_count ⇒ Integer? (readonly)
Returns the value of attribute total_label_count.
699 700 701 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 699 def total_label_count @total_label_count end |
#vendor_details ⇒ Peddler::APIs::VendorShipmentsV1::VendorDetails? (readonly)
Returns the value of attribute vendor_details.
700 701 702 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 700 def vendor_details @vendor_details end |
#warehouse_id ⇒ String? (readonly)
Returns the value of attribute warehouse_id.
701 702 703 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 701 def warehouse_id @warehouse_id end |
Class Method Details
.[](buyer_reference_number:, master_tracking_id:, ship_from_party:, ship_mode:, ship_to_party:, total_label_count:, vendor_details:, warehouse_id:) ⇒ Peddler::APIs::VendorShipmentsV1::ShipmentInformation .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::APIs::VendorShipmentsV1::ShipmentInformation
687 688 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 687
def self.[]: (?buyer_reference_number: String?, ?master_tracking_id: String?, ?ship_from_party: Peddler::APIs::VendorShipmentsV1::PartyIdentification?, ?ship_mode: String?, ?ship_to_party: Peddler::APIs::VendorShipmentsV1::PartyIdentification?, ?total_label_count: Integer?, ?vendor_details: Peddler::APIs::VendorShipmentsV1::VendorDetails?, ?warehouse_id: String?) -> Peddler::APIs::VendorShipmentsV1::ShipmentInformation
| (String?, String?, Peddler::APIs::VendorShipmentsV1::PartyIdentification?, String?, Peddler::APIs::VendorShipmentsV1::PartyIdentification?, Integer?, Peddler::APIs::VendorShipmentsV1::VendorDetails?, String?) -> Peddler::APIs::VendorShipmentsV1::ShipmentInformation
|
.members ⇒ [ :buyer_reference_number, :master_tracking_id, :ship_from_party, :ship_mode, :ship_to_party, :total_label_count, :vendor_details, :warehouse_id ]
690 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 690
def self.members: () -> [ :buyer_reference_number, :master_tracking_id, :ship_from_party, :ship_mode, :ship_to_party, :total_label_count, :vendor_details, :warehouse_id ]
|
.new(buyer_reference_number:, master_tracking_id:, ship_from_party:, ship_mode:, ship_to_party:, total_label_count:, vendor_details:, warehouse_id:) ⇒ Peddler::APIs::VendorShipmentsV1::ShipmentInformation .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::APIs::VendorShipmentsV1::ShipmentInformation
685 686 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 685
def self.new: (?buyer_reference_number: String?, ?master_tracking_id: String?, ?ship_from_party: Peddler::APIs::VendorShipmentsV1::PartyIdentification?, ?ship_mode: String?, ?ship_to_party: Peddler::APIs::VendorShipmentsV1::PartyIdentification?, ?total_label_count: Integer?, ?vendor_details: Peddler::APIs::VendorShipmentsV1::VendorDetails?, ?warehouse_id: String?) -> Peddler::APIs::VendorShipmentsV1::ShipmentInformation
| (String?, String?, Peddler::APIs::VendorShipmentsV1::PartyIdentification?, String?, Peddler::APIs::VendorShipmentsV1::PartyIdentification?, Integer?, Peddler::APIs::VendorShipmentsV1::VendorDetails?, String?) -> Peddler::APIs::VendorShipmentsV1::ShipmentInformation
|
.parse ⇒ Peddler::APIs::VendorShipmentsV1::ShipmentInformation
692 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 692
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorShipmentsV1::ShipmentInformation
|
Instance Method Details
#members ⇒ [ :buyer_reference_number, :master_tracking_id, :ship_from_party, :ship_mode, :ship_to_party, :total_label_count, :vendor_details, :warehouse_id ]
703 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 703
def members: () -> [ :buyer_reference_number, :master_tracking_id, :ship_from_party, :ship_mode, :ship_to_party, :total_label_count, :vendor_details, :warehouse_id ]
|
#to_h ⇒ { buyer_reference_number: String?, master_tracking_id: String?, ship_from_party: Peddler::APIs::VendorShipmentsV1::PartyIdentification?, ship_mode: String?, ship_to_party: Peddler::APIs::VendorShipmentsV1::PartyIdentification?, total_label_count: Integer?, vendor_details: Peddler::APIs::VendorShipmentsV1::VendorDetails?, warehouse_id: String? }
704 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 704
def to_h: () -> { buyer_reference_number: String?, master_tracking_id: String?, ship_from_party: Peddler::APIs::VendorShipmentsV1::PartyIdentification?, ship_mode: String?, ship_to_party: Peddler::APIs::VendorShipmentsV1::PartyIdentification?, total_label_count: Integer?, vendor_details: Peddler::APIs::VendorShipmentsV1::VendorDetails?, warehouse_id: String? }
|