Class: Peddler::APIs::ProductPricingV0::ItemOffersRequestParams

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#asinString? (readonly)

Returns the value of attribute asin.

Returns:

  • (String, nil)


441
442
443
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 441

def asin
  @asin
end

#customer_typeString? (readonly)

Returns the value of attribute customer_type.

Returns:

  • (String, nil)


442
443
444
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 442

def customer_type
  @customer_type
end

#item_conditionString (readonly)

Returns the value of attribute item_condition.

Returns:

  • (String)


443
444
445
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 443

def item_condition
  @item_condition
end

#marketplace_idString (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String)


444
445
446
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 444

def marketplace_id
  @marketplace_id
end

Class Method Details

.[](item_condition:, marketplace_id:, asin:, customer_type:) ⇒ Peddler::APIs::ProductPricingV0::ItemOffersRequestParams .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ProductPricingV0::ItemOffersRequestParams

Overloads:



434
435
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 434

def self.[]: (item_condition: String, marketplace_id: String, ?asin: String?, ?customer_type: String?) -> Peddler::APIs::ProductPricingV0::ItemOffersRequestParams
| (String, String, String?, String?) -> Peddler::APIs::ProductPricingV0::ItemOffersRequestParams

.members[ :item_condition, :marketplace_id, :asin, :customer_type ]

Returns:

  • ([ :item_condition, :marketplace_id, :asin, :customer_type ])


437
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 437

def self.members: () -> [ :item_condition, :marketplace_id, :asin, :customer_type ]

.new(item_condition:, marketplace_id:, asin:, customer_type:) ⇒ Peddler::APIs::ProductPricingV0::ItemOffersRequestParams .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ProductPricingV0::ItemOffersRequestParams

Overloads:



432
433
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 432

def self.new: (item_condition: String, marketplace_id: String, ?asin: String?, ?customer_type: String?) -> Peddler::APIs::ProductPricingV0::ItemOffersRequestParams
| (String, String, String?, String?) -> Peddler::APIs::ProductPricingV0::ItemOffersRequestParams

.parsePeddler::APIs::ProductPricingV0::ItemOffersRequestParams

Parameters:

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

Returns:



439
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 439

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricingV0::ItemOffersRequestParams

Instance Method Details

#members[ :item_condition, :marketplace_id, :asin, :customer_type ]

Returns:

  • ([ :item_condition, :marketplace_id, :asin, :customer_type ])


446
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 446

def members: () -> [ :item_condition, :marketplace_id, :asin, :customer_type ]

#to_h{ item_condition: String, marketplace_id: String, asin: String?, customer_type: String? }

Returns:

  • ({ item_condition: String, marketplace_id: String, asin: String?, customer_type: String? })


447
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 447

def to_h: () -> { item_condition: String, marketplace_id: String, asin: String?, customer_type: String? }