Skip to content

Latest commit

 

History

History
111 lines (44 loc) · 1.83 KB

AvailableCoupon.md

File metadata and controls

111 lines (44 loc) · 1.83 KB

AvailableCoupon

Properties

constraint

The limitations or restrictions of the coupon.

public ?\SapientPro\EbayBrowseSDK\Models\CouponConstraint $constraint

discountAmount

The discount amount after the coupon is applied.

public ?\SapientPro\EbayBrowseSDK\Models\Amount $discountAmount

discountType

The type of discount that the coupon applies. For implementation help, refer to eBay API documentation

public ?\SapientPro\EbayBrowseSDK\Enums\CouponDiscountType $discountType

message

A description of the coupon.

Note: The value returned in the termsWebUrl field should appear for all experiences when displaying coupons. The value in the availableCoupons.message field must also be included, if returned in the API response.

public ?string $message

redemptionCode

The coupon code.

public ?string $redemptionCode

termsWebUrl

The URL to the coupon terms of use.

Note: The value returned in the termsWebUrl field should appear for all experiences when displaying coupons. The value in the availableCoupons.message field must also be included, if returned in the API response.

public ?string $termsWebUrl


Automatically generated from source code comments on 2023-06-15 using phpDocumentor and saggre/phpdocumentor-markdown