ProductCertification class
Product certification data.
Constructors
-
ProductCertification({String? brand, List<
Certification> ? certification, List<String> ? countryCode, List<DestinationStatus> ? destinationStatuses, List<Issue> ? issues, List<String> ? mpn, String? name, List<String> ? productCode, List<String> ? productType, String? title}) - ProductCertification.fromJson(Map json_)
Properties
- brand ↔ String?
-
This is the product's brand name.
getter/setter pair
-
certification
↔ List<
Certification> ? -
A list of certifications to link to the described product.
getter/setter pair
-
countryCode
↔ List<
String> ? -
A 2-letter country code (ISO 3166-1 Alpha 2).
getter/setter pair
-
destinationStatuses
↔ List<
DestinationStatus> ? -
The statuses of the destinations.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
issues
↔ List<
Issue> ? -
A server-generated list of issues associated with the product.
getter/setter pair
-
mpn
↔ List<
String> ? -
These are the Manufacturer Part Numbers (MPN).
getter/setter pair
- name ↔ String?
-
The unique name identifier of a product certification Format:
accounts/{account}/languages/{language_code}/productCertifications/{id}
Where
id
is a some unique identifier andlanguage_code
is a 2-letter ISO 639-1 code of a Shopping supported language according to https://support.google.com/merchants/answer/160637.getter/setter pair -
productCode
↔ List<
String> ? -
Another name for GTIN.
getter/setter pair
-
productType
↔ List<
String> ? -
These are your own product categorization system in your product data.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String?
-
This is to clearly identify the product you are certifying.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited