Class: Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabel

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

#label_dataArray[Peddler::APIs::VendorDirectFulfillmentShipping20211228::LabelData] (readonly)

Returns the value of attribute label_data.



470
471
472
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 470

def label_data
  @label_data
end

#label_formatString (readonly)

Returns the value of attribute label_format.

Returns:

  • (String)


471
472
473
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 471

def label_format
  @label_format
end

#purchase_order_numberString (readonly)

Returns the value of attribute purchase_order_number.

Returns:

  • (String)


472
473
474
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 472

def purchase_order_number
  @purchase_order_number
end

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

Returns the value of attribute selling_party.



473
474
475
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 473

def selling_party
  @selling_party
end

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

Returns the value of attribute ship_from_party.



474
475
476
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 474

def ship_from_party
  @ship_from_party
end

Class Method Details

.[](label_data:, label_format:, purchase_order_number:, selling_party:, ship_from_party:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabel .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabel



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

def self.[]: (label_data: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::LabelData], label_format: String, purchase_order_number: String, selling_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabel
| (Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::LabelData], String, String, Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabel

.members[ :label_data, :label_format, :purchase_order_number, :selling_party, :ship_from_party ]

Returns:

  • ([ :label_data, :label_format, :purchase_order_number, :selling_party, :ship_from_party ])


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

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

.new(label_data:, label_format:, purchase_order_number:, selling_party:, ship_from_party:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabel .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabel



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

def self.new: (label_data: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::LabelData], label_format: String, purchase_order_number: String, selling_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabel
| (Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::LabelData], String, String, Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabel

.parsePeddler::APIs::VendorDirectFulfillmentShipping20211228::ShippingLabel

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :label_data, :label_format, :purchase_order_number, :selling_party, :ship_from_party ]

Returns:

  • ([ :label_data, :label_format, :purchase_order_number, :selling_party, :ship_from_party ])


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

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

#to_h{ label_data: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::LabelData], label_format: String, purchase_order_number: String, selling_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification }



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

def to_h: () -> { label_data: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::LabelData], label_format: String, purchase_order_number: String, selling_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification, ship_from_party: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PartyIdentification }