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.
340 341 342 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 340 def creation_date_time @creation_date_time end |
#invoice_id ⇒ String (readonly)
Returns the value of attribute invoice_id.
341 342 343 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 341 def invoice_id @invoice_id end |
Class Method Details
.[](creation_date_time:, invoice_id:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo .[](arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo
333 334 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 333
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 ]
336 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 336
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
331 332 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 331
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
338 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 338
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::InvoiceInfo
|
Instance Method Details
#members ⇒ [ :creation_date_time, :invoice_id ]
343 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 343
def members: () -> [ :creation_date_time, :invoice_id ]
|
#to_h ⇒ { creation_date_time: String, invoice_id: String }
344 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 344
def to_h: () -> { creation_date_time: String, invoice_id: String }
|