brandon14/ebay-sdk-php

View on GitHub
src/Buy/Order/V2/docs/Model/AuthenticityVerificationProgram.md

Summary

Maintainability
Test Coverage
# # AuthenticityVerificationProgram

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | **string** | An informational message that applies to the Authenticity Guarantee program. | [optional]
**outcome_reason** | **string** | An informational message regarding the authentication outcome of an Authenticity Guarantee verification inspection.<br /><br /><span class=\"tablenote\"><b>Note:</b> This field is conditionally returned when there is information that applies to the Authenticity Guarantee program.</span> | [optional]
**status** | **string** | An enumerated value that indicates whether the order line item has passed or failed the Authenticity Guarantee verification inspection, or whether the inspection and/or results are still pending.<br /><br /><span class=\"tablenote\"><b>Note:</b> This field is conditionally returned when the purchase is complete.</span><br /><br /><b>Valid Values:</b><ul><li><code>PENDING</code></li><li><code>PASSED</code></li><li><code>FAILED</code></li><li><code>INELIGIBLE</code></li></ul> For implementation help, refer to <a href='https://developer.ebay.com/api-docs/buy/order/types/gct:AuthenticityVerificationStatusEnum'>eBay API documentation</a> | [optional]
**terms_web_url** | **string** | The terms and conditions that apply to the Authenticity Guarantee program. | [optional]

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