Class: Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo

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

#creation_date_time ⇒ String (readonly)

Returns the value of attribute creation_date_time.

Returns:

  • (String)


378
379
380
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 378

def creation_date_time
  @creation_date_time
end

#invoice_id ⇒ String (readonly)

Returns the value of attribute invoice_id.

Returns:

  • (String)


379
380
381
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 379

def invoice_id
  @invoice_id
end

Class Method Details

.[](creation_date_time:, invoice_id:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo .[](arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo

Overloads:



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

def self.[]: (creation_date_time: String, invoice_id: String) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo
| (String, String) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo

.members ⇒ [ :creation_date_time, :invoice_id ]

Returns:

  • ([ :creation_date_time, :invoice_id ])


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

def self.members: () -> [ :creation_date_time, :invoice_id ]

.new(creation_date_time:, invoice_id:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo .new(arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo

Overloads:



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

def self.new: (creation_date_time: String, invoice_id: String) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo
| (String, String) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo

.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo

Parameters:

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

Returns:



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

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

Instance Method Details

#members ⇒ [ :creation_date_time, :invoice_id ]

Returns:

  • ([ :creation_date_time, :invoice_id ])


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

def members: () -> [ :creation_date_time, :invoice_id ]

#to_h ⇒ { creation_date_time: String, invoice_id: String }

Returns:

  • ({ creation_date_time: String, invoice_id: String })


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

def to_h: () -> { creation_date_time: String, invoice_id: String }