Show / Hide Table of Contents

Class Certification

The certification for the product. Use the this attribute to describe certifications, such as energy efficiency ratings, associated with a product.

Inheritance
object
Certification
Implements
IMessage<Certification>
IEquatable<Certification>
IDeepCloneable<Certification>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Css.V1
Assembly: Google.Shopping.Css.V1.dll
Syntax
public sealed class Certification : IMessage<Certification>, IEquatable<Certification>, IDeepCloneable<Certification>, IBufferMessage, IMessage

Constructors

Certification()

Declaration
public Certification()

Certification(Certification)

Declaration
public Certification(Certification other)
Parameters
Type Name Description
Certification other

Properties

Authority

The authority or certification body responsible for issuing the certification. At this time, the most common value is "EC" or “European_Commission” for energy labels in the EU.

Declaration
public string Authority { get; set; }
Property Value
Type Description
string

Code

The code of the certification. For example, for the EPREL certificate with the link https://eprel.ec.europa.eu/screen/product/dishwashers2019/123456 the code is 123456. The code is required for European Energy Labels.

Declaration
public string Code { get; set; }
Property Value
Type Description
string

Name

The name of the certification. At this time, the most common value is "EPREL", which represents energy efficiency certifications in the EU European Registry for Energy Labeling (EPREL) database.

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX