Page Summary
-
CustomAttribute represents custom attributes, requiring either a single value or a group of subattributes, with
namespecifying the attribute's name andvalueproviding its string value unlessgroup_valuescontains subattributes. -
Price represents a price with an amount in micros (one millionth of the standard currency unit) and a three-letter currency code according to ISO 4217.
Index
CustomAttribute(message)Price(message)
CustomAttribute
A message that represents custom attributes. Exactly one of value or group_values must not be empty.
| Fields | |
|---|---|
group_values[] |
Subattributes within this attribute group. If |
name |
The name of the attribute. |
value |
The value of the attribute. If |
Price
The price represented as a number and currency.
| Fields | |
|---|---|
amount_micros |
The price represented as a number in micros (1 million micros is an equivalent to one's currency standard unit, for example, 1 USD = 1000000 micros). |
currency_code |
The currency of the price using three-letter acronyms according to ISO 4217. |