Skip to content

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
email string The email of the importer

Examples

name property

{{ gpsrImporter.name }}
Importer Name S.A.

country property

{{ gpsrImporter.country.name }}
Poland

city property

{{ gpsrImporter.city }}
Cracow

addressLine1 property

{{ gpsrImporter.addressLine1 }}
Pawia 9

addressLine2 property

{{ gpsrImporter.addressLine2 }}
Additional address data

zipCode property

{{ gpsrImporter.zipCode }}
31-154

phoneNumber property

{{ gpsrImporter.phoneNumber }}
+48 123 456 789

email property

{{ gpsrImporter.email }}
test@shoper.pl