as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
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