as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
AWS
Documentation
Support
Contact Us
My Cases
Vielen Dank für deinen Besuch. Diese Seite ist nur in Englisch verfügbar.

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