GpsrProducer¶
The GpsrProducer object that represents the producer of the product according to General Product Safety Regulation.
classDiagram
direction LR
GpsrProducer --> Country
class GpsrProducer{
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 producer |
| country | Country |
Reference to the Country object that represents the Country of the producer. |
| city | string |
The city where the producer is located |
| addressLine1 | string |
The address data |
| addressLine2 | string |
The address data |
| zipCode | string |
The zip code of the city where the producer is located |
| phoneNumber | string |
The phone number of the producer |
string |
The email of the producer |