Class: Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#document ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::Document (readonly)

Returns the value of attribute document.



412
413
414
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 412

def document
  @document
end

Class Method Details

.[](document:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse .[](arg0) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse



405
406
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 405

def self.[]: (document: Peddler::APIs::ExternalFulfillmentShipments20240911::Document) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse
| (Peddler::APIs::ExternalFulfillmentShipments20240911::Document) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse

.members ⇒ [ :document ]

Returns:

  • ([ :document ])


408
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 408

def self.members: () -> [ :document ]

.new(document:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse .new(arg0) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse



403
404
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 403

def self.new: (document: Peddler::APIs::ExternalFulfillmentShipments20240911::Document) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse
| (Peddler::APIs::ExternalFulfillmentShipments20240911::Document) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse

.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceResponse

Parameters:

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

Returns:



410
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 410

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

Instance Method Details

#members ⇒ [ :document ]

Returns:

  • ([ :document ])


414
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 414

def members: () -> [ :document ]

#to_h ⇒ { document: Peddler::APIs::ExternalFulfillmentShipments20240911::Document }



415
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 415

def to_h: () -> { document: Peddler::APIs::ExternalFulfillmentShipments20240911::Document }