Skip to content

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

Examples

name property

{{ gpsrProducer.name }}
Producer Name S.A.

country property

{{ gpsrProducer.country.name }}
Poland

city property

{{ gpsrProducer.city }}
Cracow

addressLine1 property

{{ gpsrProducer.addressLine1 }}
Pawia 9

addressLine2 property

{{ gpsrProducer.addressLine2 }}
Additional address data

zipCode property

{{ gpsrProducer.zipCode }}
31-154

phoneNumber property

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

email property

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