Class: Peddler::APIs::ProductPricingV0::BatchOffersRequestParams

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)


35
36
37
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 35

def customer_type
  @customer_type
end

#item_conditionString (readonly)

Returns the value of attribute item_condition.

Returns:

  • (String)


36
37
38
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 36

def item_condition
  @item_condition
end

#marketplace_idString (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String)


37
38
39
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 37

def marketplace_id
  @marketplace_id
end

Class Method Details

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

Overloads:



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

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

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

Returns:

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


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

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

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

Overloads:



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

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

.parsePeddler::APIs::ProductPricingV0::BatchOffersRequestParams

Parameters:

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

Returns:



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

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

Instance Method Details

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

Returns:

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


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

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

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

Returns:

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


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

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