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)


505
506
507
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 505

def asin
  @asin
end

#fulfillment_typeString? (readonly)

Returns the value of attribute fulfillment_type.

Returns:

  • (String, nil)


506
507
508
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 506

def fulfillment_type
  @fulfillment_type
end

#marketplace_idString (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String)


507
508
509
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 507

def marketplace_id
  @marketplace_id
end

#seller_idString? (readonly)

Returns the value of attribute seller_id.

Returns:

  • (String, nil)


508
509
510
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 508

def seller_id
  @seller_id
end

#skuString? (readonly)

Returns the value of attribute sku.

Returns:

  • (String, nil)


509
510
511
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 509

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:



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

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 ])


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

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:



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

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:



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

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 ])


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

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? })


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

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