Class: Peddler::APIs::ProductPricingV0::BatchOffersRequestParams
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricingV0::BatchOffersRequestParams
- Defined in:
- sig/peddler/apis/product_pricing_v0.rbs
Instance Attribute Summary collapse
-
#customer_type ⇒ String?
readonly
Returns the value of attribute customer_type.
-
#item_condition ⇒ String
readonly
Returns the value of attribute item_condition.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :item_condition, :marketplace_id, :customer_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductPricingV0::BatchOffersRequestParams
Instance Method Summary collapse
-
#members ⇒ [ :item_condition, :marketplace_id, :customer_type ]
-
#to_h ⇒ { item_condition: String, marketplace_id: String, customer_type: String? }
Instance Attribute Details
#customer_type ⇒ String? (readonly)
Returns the value of attribute customer_type.
35 36 37 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 35 def customer_type @customer_type end |
#item_condition ⇒ String (readonly)
Returns the value of attribute item_condition.
36 37 38 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 36 def item_condition @item_condition end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::ProductPricingV0::BatchOffersRequestParams
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 ]
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? }
40 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 40
def to_h: () -> { item_condition: String, marketplace_id: String, customer_type: String? }
|