Class: Peddler::APIs::ProductPricing20220501::OfferIdentifier

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

#asinString (readonly)

Returns the value of attribute asin.

Returns:

  • (String)


487
488
489
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 487

def asin
  @asin
end

#fulfillment_typeString? (readonly)

Returns the value of attribute fulfillment_type.

Returns:

  • (String, nil)


488
489
490
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 488

def fulfillment_type
  @fulfillment_type
end

#marketplace_idString (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String)


489
490
491
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 489

def marketplace_id
  @marketplace_id
end

#seller_idString? (readonly)

Returns the value of attribute seller_id.

Returns:

  • (String, nil)


490
491
492
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 490

def seller_id
  @seller_id
end

#skuString? (readonly)

Returns the value of attribute sku.

Returns:

  • (String, nil)


491
492
493
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 491

def sku
  @sku
end

Class Method Details

.[](asin:, marketplace_id:, fulfillment_type:, seller_id:, sku:) ⇒ Peddler::APIs::ProductPricing20220501::OfferIdentifier .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::ProductPricing20220501::OfferIdentifier

Overloads:



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

def self.[]: (asin: String, marketplace_id: String, ?fulfillment_type: String?, ?seller_id: String?, ?sku: String?) -> Peddler::APIs::ProductPricing20220501::OfferIdentifier
| (String, String, String?, String?, String?) -> Peddler::APIs::ProductPricing20220501::OfferIdentifier

.members[ :asin, :marketplace_id, :fulfillment_type, :seller_id, :sku ]

Returns:

  • ([ :asin, :marketplace_id, :fulfillment_type, :seller_id, :sku ])


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

def self.members: () -> [ :asin, :marketplace_id, :fulfillment_type, :seller_id, :sku ]

.new(asin:, marketplace_id:, fulfillment_type:, seller_id:, sku:) ⇒ Peddler::APIs::ProductPricing20220501::OfferIdentifier .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::ProductPricing20220501::OfferIdentifier

Overloads:



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

def self.new: (asin: String, marketplace_id: String, ?fulfillment_type: String?, ?seller_id: String?, ?sku: String?) -> Peddler::APIs::ProductPricing20220501::OfferIdentifier
| (String, String, String?, String?, String?) -> Peddler::APIs::ProductPricing20220501::OfferIdentifier

.parsePeddler::APIs::ProductPricing20220501::OfferIdentifier

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :asin, :marketplace_id, :fulfillment_type, :seller_id, :sku ]

Returns:

  • ([ :asin, :marketplace_id, :fulfillment_type, :seller_id, :sku ])


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

def members: () -> [ :asin, :marketplace_id, :fulfillment_type, :seller_id, :sku ]

#to_h{ asin: String, marketplace_id: String, fulfillment_type: String?, seller_id: String?, sku: String? }

Returns:

  • ({ asin: String, marketplace_id: String, fulfillment_type: String?, seller_id: String?, sku: String? })


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

def to_h: () -> { asin: String, marketplace_id: String, fulfillment_type: String?, seller_id: String?, sku: String? }