Android · Schema

Money

Represents a monetary amount with currency.

AIAndroidAutomotiveGoogleMachine LearningMobile DevelopmentSDKTVWearables

Properties

Name Type Description
currencyCode string ISO 4217 three-letter currency code (e.g., USD, EUR).
units string The whole units of the amount.
nanos integer Number of nano units (10^-9) of the amount. Must be between -999,999,999 and +999,999,999.
View JSON Schema on GitHub