Class: Peddler::APIs::ProductPricingV0::ItemOffersRequestParams
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricingV0::ItemOffersRequestParams
- Defined in:
- sig/peddler/apis/product_pricing_v0.rbs
Instance Attribute Summary collapse
-
#asin ⇒ String?
readonly
Returns the value of attribute asin.
-
#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, :asin, :customer_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductPricingV0::ItemOffersRequestParams
Instance Method Summary collapse
-
#members ⇒ [ :item_condition, :marketplace_id, :asin, :customer_type ]
-
#to_h ⇒ { item_condition: String, marketplace_id: String, asin: String?, customer_type: String? }
Instance Attribute Details
#asin ⇒ String? (readonly)
Returns the value of attribute asin.
441 442 443 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 441 def asin @asin end |
#customer_type ⇒ String? (readonly)
Returns the value of attribute customer_type.
442 443 444 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 442 def customer_type @customer_type end |
#item_condition ⇒ String (readonly)
Returns the value of attribute item_condition.
443 444 445 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 443 def item_condition @item_condition end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
444 445 446 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 444 def marketplace_id @marketplace_id end |
Class Method Details
.[](item_condition:, marketplace_id:, asin:, customer_type:) ⇒ Peddler::APIs::ProductPricingV0::ItemOffersRequestParams .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ProductPricingV0::ItemOffersRequestParams
434 435 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 434
def self.[]: (item_condition: String, marketplace_id: String, ?asin: String?, ?customer_type: String?) -> Peddler::APIs::ProductPricingV0::ItemOffersRequestParams
| (String, String, String?, String?) -> Peddler::APIs::ProductPricingV0::ItemOffersRequestParams
|
.members ⇒ [ :item_condition, :marketplace_id, :asin, :customer_type ]
437 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 437
def self.members: () -> [ :item_condition, :marketplace_id, :asin, :customer_type ]
|
.new(item_condition:, marketplace_id:, asin:, customer_type:) ⇒ Peddler::APIs::ProductPricingV0::ItemOffersRequestParams .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::ProductPricingV0::ItemOffersRequestParams
432 433 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 432
def self.new: (item_condition: String, marketplace_id: String, ?asin: String?, ?customer_type: String?) -> Peddler::APIs::ProductPricingV0::ItemOffersRequestParams
| (String, String, String?, String?) -> Peddler::APIs::ProductPricingV0::ItemOffersRequestParams
|
.parse ⇒ Peddler::APIs::ProductPricingV0::ItemOffersRequestParams
439 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 439
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricingV0::ItemOffersRequestParams
|
Instance Method Details
#members ⇒ [ :item_condition, :marketplace_id, :asin, :customer_type ]
446 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 446
def members: () -> [ :item_condition, :marketplace_id, :asin, :customer_type ]
|
#to_h ⇒ { item_condition: String, marketplace_id: String, asin: String?, customer_type: String? }
447 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 447
def to_h: () -> { item_condition: String, marketplace_id: String, asin: String?, customer_type: String? }
|