Class: Peddler::APIs::DeliveryByAmazon20220701::SubmitInvoiceRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::DeliveryByAmazon20220701::SubmitInvoiceRequest
- Defined in:
- sig/peddler/apis/delivery_by_amazon_2022_07_01.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.
-
#invoice_type ⇒ String
readonly
Returns the value of attribute invoice_type.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
-
#program_type ⇒ String
readonly
Returns the value of attribute program_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :content_md5_value, :invoice_content, :invoice_type, :marketplace_id, :program_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::DeliveryByAmazon20220701::SubmitInvoiceRequest
Instance Method Summary collapse
-
#members ⇒ [ :content_md5_value, :invoice_content, :invoice_type, :marketplace_id, :program_type ]
-
#to_h ⇒ { content_md5_value: String, invoice_content: String, invoice_type: String, marketplace_id: String, program_type: String }
Instance Attribute Details
#content_md5_value ⇒ String (readonly)
Returns the value of attribute content_md5_value.
55 56 57 |
# File 'sig/peddler/apis/delivery_by_amazon_2022_07_01.rbs', line 55 def content_md5_value @content_md5_value end |
#invoice_content ⇒ String (readonly)
Returns the value of attribute invoice_content.
56 57 58 |
# File 'sig/peddler/apis/delivery_by_amazon_2022_07_01.rbs', line 56 def invoice_content @invoice_content end |
#invoice_type ⇒ String (readonly)
Returns the value of attribute invoice_type.
57 58 59 |
# File 'sig/peddler/apis/delivery_by_amazon_2022_07_01.rbs', line 57 def invoice_type @invoice_type end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
58 59 60 |
# File 'sig/peddler/apis/delivery_by_amazon_2022_07_01.rbs', line 58 def marketplace_id @marketplace_id end |
#program_type ⇒ String (readonly)
Returns the value of attribute program_type.
59 60 61 |
# File 'sig/peddler/apis/delivery_by_amazon_2022_07_01.rbs', line 59 def program_type @program_type end |
Class Method Details
.[](content_md5_value:, invoice_content:, invoice_type:, marketplace_id:, program_type:) ⇒ Peddler::APIs::DeliveryByAmazon20220701::SubmitInvoiceRequest .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::DeliveryByAmazon20220701::SubmitInvoiceRequest
48 49 |
# File 'sig/peddler/apis/delivery_by_amazon_2022_07_01.rbs', line 48
def self.[]: (content_md5_value: String, invoice_content: String, invoice_type: String, marketplace_id: String, program_type: String) -> Peddler::APIs::DeliveryByAmazon20220701::SubmitInvoiceRequest
| (String, String, String, String, String) -> Peddler::APIs::DeliveryByAmazon20220701::SubmitInvoiceRequest
|
.members ⇒ [ :content_md5_value, :invoice_content, :invoice_type, :marketplace_id, :program_type ]
51 |
# File 'sig/peddler/apis/delivery_by_amazon_2022_07_01.rbs', line 51
def self.members: () -> [ :content_md5_value, :invoice_content, :invoice_type, :marketplace_id, :program_type ]
|
.new(content_md5_value:, invoice_content:, invoice_type:, marketplace_id:, program_type:) ⇒ Peddler::APIs::DeliveryByAmazon20220701::SubmitInvoiceRequest .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::DeliveryByAmazon20220701::SubmitInvoiceRequest
46 47 |
# File 'sig/peddler/apis/delivery_by_amazon_2022_07_01.rbs', line 46
def self.new: (content_md5_value: String, invoice_content: String, invoice_type: String, marketplace_id: String, program_type: String) -> Peddler::APIs::DeliveryByAmazon20220701::SubmitInvoiceRequest
| (String, String, String, String, String) -> Peddler::APIs::DeliveryByAmazon20220701::SubmitInvoiceRequest
|
.parse ⇒ Peddler::APIs::DeliveryByAmazon20220701::SubmitInvoiceRequest
53 |
# File 'sig/peddler/apis/delivery_by_amazon_2022_07_01.rbs', line 53
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::DeliveryByAmazon20220701::SubmitInvoiceRequest
|
Instance Method Details
#members ⇒ [ :content_md5_value, :invoice_content, :invoice_type, :marketplace_id, :program_type ]
61 |
# File 'sig/peddler/apis/delivery_by_amazon_2022_07_01.rbs', line 61
def members: () -> [ :content_md5_value, :invoice_content, :invoice_type, :marketplace_id, :program_type ]
|
#to_h ⇒ { content_md5_value: String, invoice_content: String, invoice_type: String, marketplace_id: String, program_type: String }
62 |
# File 'sig/peddler/apis/delivery_by_amazon_2022_07_01.rbs', line 62
def to_h: () -> { content_md5_value: String, invoice_content: String, invoice_type: String, marketplace_id: String, program_type: String }
|