Class ProductCertification
Product certification, initially introduced for EU energy efficiency labeling compliance using the EU EPREL database.
Implements
Namespace: Google.Shopping.Merchant.Products.V1
Assembly: Google.Shopping.Merchant.Products.V1.dll
Syntax
public sealed class ProductCertification : IMessage<ProductCertification>, IEquatable<ProductCertification>, IDeepCloneable<ProductCertification>, IBufferMessage, IMessage
Constructors
ProductCertification()
Declaration
public ProductCertification()
ProductCertification(ProductCertification)
Declaration
public ProductCertification(ProductCertification other)
Parameters
Type | Name | Description |
---|---|---|
ProductCertification | other |
Properties
CertificationAuthority
The certification authority.
Declaration
public CertificationAuthority CertificationAuthority { get; set; }
Property Value
Type | Description |
---|---|
CertificationAuthority |
CertificationCode
The certification code. Maximum length is 2000 characters.
Declaration
public string CertificationCode { get; set; }
Property Value
Type | Description |
---|---|
string |
CertificationName
The name of the certification.
Declaration
public CertificationName CertificationName { get; set; }
Property Value
Type | Description |
---|---|
CertificationName |
CertificationValue
The certification value (also known as class, level or grade), for example "A+", "C", "gold". Maximum length is 2000 characters.
Declaration
public string CertificationValue { get; set; }
Property Value
Type | Description |
---|---|
string |
HasCertificationAuthority
Gets whether the "certification_authority" field is set
Declaration
public bool HasCertificationAuthority { get; }
Property Value
Type | Description |
---|---|
bool |
HasCertificationCode
Gets whether the "certification_code" field is set
Declaration
public bool HasCertificationCode { get; }
Property Value
Type | Description |
---|---|
bool |
HasCertificationName
Gets whether the "certification_name" field is set
Declaration
public bool HasCertificationName { get; }
Property Value
Type | Description |
---|---|
bool |
HasCertificationValue
Gets whether the "certification_value" field is set
Declaration
public bool HasCertificationValue { get; }
Property Value
Type | Description |
---|---|
bool |