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