Class: Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceRequest
- Defined in:
- sig/peddler/apis/shipment_invoicing_v0.rbs
Instance Attribute Summary collapse
-
#content_md5_value ⇒ String
readonly
Returns the value of attribute content_md5_value.
-
#invoice_content ⇒ String
readonly
Returns the value of attribute invoice_content.
-
#marketplace_id ⇒ String?
readonly
Returns the value of attribute marketplace_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :content_md5_value, :invoice_content, :marketplace_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceRequest
Instance Method Summary collapse
-
#members ⇒ [ :content_md5_value, :invoice_content, :marketplace_id ]
-
#to_h ⇒ { content_md5_value: String, invoice_content: String, marketplace_id: String? }
Instance Attribute Details
#content_md5_value ⇒ String (readonly)
Returns the value of attribute content_md5_value.
258 259 260 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 258 def content_md5_value @content_md5_value end |
#invoice_content ⇒ String (readonly)
Returns the value of attribute invoice_content.
259 260 261 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 259 def invoice_content @invoice_content end |
#marketplace_id ⇒ String? (readonly)
Returns the value of attribute marketplace_id.
260 261 262 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 260 def marketplace_id @marketplace_id end |
Class Method Details
.[](content_md5_value:, invoice_content:, marketplace_id:) ⇒ Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceRequest .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceRequest
251 252 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 251
def self.[]: (content_md5_value: String, invoice_content: String, ?marketplace_id: String?) -> Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceRequest
| (String, String, String?) -> Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceRequest
|
.members ⇒ [ :content_md5_value, :invoice_content, :marketplace_id ]
254 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 254
def self.members: () -> [ :content_md5_value, :invoice_content, :marketplace_id ]
|
.new(content_md5_value:, invoice_content:, marketplace_id:) ⇒ Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceRequest .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceRequest
249 250 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 249
def self.new: (content_md5_value: String, invoice_content: String, ?marketplace_id: String?) -> Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceRequest
| (String, String, String?) -> Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceRequest
|
.parse ⇒ Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceRequest
256 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 256
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ShipmentInvoicingV0::SubmitInvoiceRequest
|
Instance Method Details
#members ⇒ [ :content_md5_value, :invoice_content, :marketplace_id ]
262 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 262
def members: () -> [ :content_md5_value, :invoice_content, :marketplace_id ]
|
#to_h ⇒ { content_md5_value: String, invoice_content: String, marketplace_id: String? }
263 |
# File 'sig/peddler/apis/shipment_invoicing_v0.rbs', line 263
def to_h: () -> { content_md5_value: String, invoice_content: String, marketplace_id: String? }
|