Class: Peddler::APIs::ProductPricingV0::ListingOffersRequestParams
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricingV0::ListingOffersRequestParams
- 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.
-
#seller_sku ⇒ String
readonly
Returns the value of attribute seller_sku.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :item_condition, :marketplace_id, :seller_sku, :customer_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductPricingV0::ListingOffersRequestParams
Instance Method Summary collapse
-
#members ⇒ [ :item_condition, :marketplace_id, :seller_sku, :customer_type ]
-
#to_h ⇒ { item_condition: String, marketplace_id: String, seller_sku: String, customer_type: String? }
Instance Attribute Details
#customer_type ⇒ String? (readonly)
Returns the value of attribute customer_type.
508 509 510 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 508 def customer_type @customer_type end |
#item_condition ⇒ String (readonly)
Returns the value of attribute item_condition.
509 510 511 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 509 def item_condition @item_condition end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
510 511 512 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 510 def marketplace_id @marketplace_id end |
#seller_sku ⇒ String (readonly)
Returns the value of attribute seller_sku.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::ProductPricingV0::ListingOffersRequestParams
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 ]
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? }
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? }
|