Class: Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequestParams

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#marketplace_idString (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String)


283
284
285
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 283

def marketplace_id
  @marketplace_id
end

#segmentPeddler::APIs::ProductPricing20220501::Segment? (readonly)

Returns the value of attribute segment.



284
285
286
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 284

def segment
  @segment
end

#skuString (readonly)

Returns the value of attribute sku.

Returns:

  • (String)


285
286
287
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 285

def sku
  @sku
end

Class Method Details

.[](marketplace_id:, sku:, segment:) ⇒ Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequestParams .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequestParams



276
277
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 276

def self.[]: (marketplace_id: String, sku: String, ?segment: Peddler::APIs::ProductPricing20220501::Segment?) -> Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequestParams
| (String, String, Peddler::APIs::ProductPricing20220501::Segment?) -> Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequestParams

.members[ :marketplace_id, :sku, :segment ]

Returns:

  • ([ :marketplace_id, :sku, :segment ])


279
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 279

def self.members: () -> [ :marketplace_id, :sku, :segment ]

.new(marketplace_id:, sku:, segment:) ⇒ Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequestParams .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequestParams



274
275
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 274

def self.new: (marketplace_id: String, sku: String, ?segment: Peddler::APIs::ProductPricing20220501::Segment?) -> Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequestParams
| (String, String, Peddler::APIs::ProductPricing20220501::Segment?) -> Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequestParams

.parsePeddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequestParams

Parameters:

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

Returns:



281
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 281

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

Instance Method Details

#members[ :marketplace_id, :sku, :segment ]

Returns:

  • ([ :marketplace_id, :sku, :segment ])


287
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 287

def members: () -> [ :marketplace_id, :sku, :segment ]

#to_h{ marketplace_id: String, sku: String, segment: Peddler::APIs::ProductPricing20220501::Segment? }

Returns:



288
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 288

def to_h: () -> { marketplace_id: String, sku: String, segment: Peddler::APIs::ProductPricing20220501::Segment? }