Price
Data model for Price
Properties
priceStr
priceStr:
string
Locale formatted price string including currency symbol and value.
priceCurrencyCode
priceCurrencyCode:
string
ISO 4217 currency code
valueInMicros
valueInMicros:
bigint
Price value in micros. 1,000,000 micros is equal to 1 unit of currency value. Example: If the price is $2, then the valueInMicros would be 2,000,000. Note: If you want to convert the micros value to actual currency value, type cast the micros value to a decimal precision datatype and then divide it by 1M.
Last updated: Jul 22, 2026

