brandon14/ebay-sdk-php

View on GitHub
src/Sell/Negotiation/V1/docs/Model/OfferedItem.md

Summary

Maintainability
Test Coverage
# # OfferedItem

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**discount_percentage** | **string** | This value denotes the percentage that the listing in the offer will be discounted from its original listed price. The seller can specify either the exact price of the discounted items with the price field or they can use this field to specify the percentage that the listing will be discounted, but not both. Minimum: 5 Required if you do not specify a price value. | [optional]
**listing_id** | **string** | This value is a unique eBay-assigned ID that identifies the listing to which the offer pertains. A listingId value is generated by eBay when you list an item with the Trading API. | [optional]
**price** | [**\TNT\Ebay\Sell\Negotiation\V1\Model\Amount**](Amount.md) |  | [optional]
**quantity** | **int** | This integer value indicates the number of items in the eBay listing for which the offer is being made. The offer being made by the seller is an "all or nothing" offer, meaning the buyer must purchase the indicated quantity of items in order to receive the discount on the transaction. Default: 1 | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)