GpsrResponsible¶
The GpsrResponsible object that represents the entity responsible for the product according to General Product Safety Regulation.
classDiagram
direction LR
GpsrResponsible --> Country
class GpsrResponsible{
string name
Country country
string city
string addressLine1
string addressLine2
string zipCode
string phoneNumber
string email
}
class Country{
}
Properties¶
| Attribute name | Type | Description |
|---|---|---|
| name | string |
The name of the responsible |
| country | Country |
Reference to the Country object that represents the Country of the responsible entity. |
| city | string |
The city where the responsible is located |
| addressLine1 | string |
The address data |
| addressLine2 | string |
The address data |
| zipCode | string |
The zip code of the city where the responsible is located |
| phoneNumber | string |
The phone number of the responsible |
string |
The email of the responsible |