Class: Peddler::APIs::DeliveryByAmazon20220701::SubmitInvoiceRequest

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/delivery_by_amazon_2022_07_01.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#content_md5_valueString (readonly)

Returns the value of attribute content_md5_value.

Returns:

  • (String)


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_contentString (readonly)

Returns the value of attribute invoice_content.

Returns:

  • (String)


56
57
58
# File 'sig/peddler/apis/delivery_by_amazon_2022_07_01.rbs', line 56

def invoice_content
  @invoice_content
end

#invoice_typeString (readonly)

Returns the value of attribute invoice_type.

Returns:

  • (String)


57
58
59
# File 'sig/peddler/apis/delivery_by_amazon_2022_07_01.rbs', line 57

def invoice_type
  @invoice_type
end

#marketplace_idString (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String)


58
59
60
# File 'sig/peddler/apis/delivery_by_amazon_2022_07_01.rbs', line 58

def marketplace_id
  @marketplace_id
end

#program_typeString (readonly)

Returns the value of attribute program_type.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::DeliveryByAmazon20220701::SubmitInvoiceRequest

Parameters:

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

Returns:



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 ]

Returns:

  • ([ :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 }

Returns:

  • ({ 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 }