Class: Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabelRequest

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

#containersArray[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_numberString (readonly)

Returns the value of attribute purchase_order_number.

Returns:

  • (String)


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_partyPeddler::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_partyPeddler::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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabelRequest

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :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]? }