Class: Peddler::APIs::ProductPricingV0::ListingOffersRequestParams

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

#customer_typeString? (readonly)

Returns the value of attribute customer_type.

Returns:

  • (String, nil)


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

def customer_type
  @customer_type
end

#item_conditionString (readonly)

Returns the value of attribute item_condition.

Returns:

  • (String)


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

def item_condition
  @item_condition
end

#marketplace_idString (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String)


510
511
512
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 510

def marketplace_id
  @marketplace_id
end

#seller_skuString (readonly)

Returns the value of attribute seller_sku.

Returns:

  • (String)


511
512
513
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 511

def seller_sku
  @seller_sku
end

Class Method Details

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

Overloads:



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

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

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

Returns:

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


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

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

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

Overloads:



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

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

.parsePeddler::APIs::ProductPricingV0::ListingOffersRequestParams

Parameters:

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

Returns:



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

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

Instance Method Details

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

Returns:

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


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

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

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

Returns:

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


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

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