Class: Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo
- Defined in:
- sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs
Instance Attribute Summary collapse
-
#creation_date_time ⇒ String
readonly
Returns the value of attribute creation_date_time.
-
#invoice_id ⇒ String
readonly
Returns the value of attribute invoice_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :creation_date_time, :invoice_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo
Instance Method Summary collapse
-
#members ⇒ [ :creation_date_time, :invoice_id ]
-
#to_h ⇒ { creation_date_time: String, invoice_id: String }
Instance Attribute Details
#creation_date_time ⇒ String (readonly)
Returns the value of attribute creation_date_time.
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.
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
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 ]
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
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
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 ]
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 }
382 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 382
def to_h: () -> { creation_date_time: String, invoice_id: String }
|