brandon14/ebay-sdk-php

View on GitHub
src/Buy/Browse/V1/docs/Model/AvailableCoupon.md

Summary

Maintainability
Test Coverage
# # AvailableCoupon

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**constraint** | [**\TNT\Ebay\Buy\Browse\V1\Model\CouponConstraint**](CouponConstraint.md) |  | [optional]
**discount_amount** | [**\TNT\Ebay\Buy\Browse\V1\Model\Amount**](Amount.md) |  | [optional]
**discount_type** | **string** | The type of discount that the coupon applies. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/buy/browse/types/gct:CouponDiscountType'>eBay API documentation</a> | [optional]
**message** | **string** | A description of the coupon.<br /><br /><span class=\"tablenote\"><b> Note: </b> The value returned in the <b>termsWebUrl</b> field should appear for all experiences when displaying coupons. The value in the <b>availableCoupons.message</b> field must also be included, if returned in the API response.</span> | [optional]
**redemption_code** | **string** | The coupon code. | [optional]
**terms_web_url** | **string** | The URL to the coupon terms of use.<br /><br /><span class=\"tablenote\"><b> Note: </b> The value returned in the <b>termsWebUrl</b> field should appear for all experiences when displaying coupons. The value in the <b>availableCoupons.message</b> field must also be included, if returned in the API response.</span> | [optional]

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