brandon14/ebay-sdk-php

View on GitHub
src/Buy/Deal/V1/docs/Model/MarketingPrice.md

Summary

Maintainability
Test Coverage
# # MarketingPrice

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**discount_amount** | [**\TNT\Ebay\Buy\Deal\V1\Model\Amount**](Amount.md) |  | [optional]
**discount_percentage** | **string** | The percentage of the seller discount based on the value returned in the originalPrice field. | [optional]
**original_price** | [**\TNT\Ebay\Buy\Deal\V1\Model\Amount**](Amount.md) |  | [optional]
**price_treatment** | **string** | The pricing treatment (discount) that was applied to the price of the item. Note: The pricing treatment affects how and where the discounted price can be displayed. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/buy/deal/types/api:PriceTreatmentEnum'>eBay API documentation</a> | [optional]

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