as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持
感谢您的访问。此页面目前仅提供英语版本。我们正在开发中文版本。谢谢您的理解。

Price

Data model for Price

Properties

priceCurrencyCode

priceCurrencyCode: string

ISO 4217 currency code


priceStr

priceStr: string

Locale formatted price string including currency symbol and value.


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: Oct 02, 2025