ResponsiblePersonType Enum eBay Docs
This enumeration type is used to indicate the type of EU Responsible Person associated with a listing.
| Value | Description |
|---|---|
EU_RESPONSIBLE_PERSON | This enum value indicates the Responsible person is an EU Responsible Person. An EU Responsible Person is crucial for ensuring that products comply with all relevant regulations and safety standards to protect human health. |
Example
php
use Rat\eBaySDK\Enums\ResponsiblePersonType;
ResponsiblePersonType::EU_RESPONSIBLE_PERSON;