View Source GoogleApi.GamesConfiguration.V1configuration.Model.GamesNumberFormatConfiguration (google_api_games_configuration v0.12.0)
A number format resource.
Attributes
-
currencyCode(type:String.t, default:nil) - The curreny code string. Only used for CURRENCY format type. -
numDecimalPlaces(type:integer(), default:nil) - The number of decimal places for number. Only used for NUMERIC format type. -
numberFormatType(type:String.t, default:nil) - The formatting for the number. -
suffix(type:GoogleApi.GamesConfiguration.V1configuration.Model.GamesNumberAffixConfiguration.t, default:nil) - An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GamesConfiguration.V1configuration.Model.GamesNumberFormatConfiguration{ currencyCode: String.t() | nil, numDecimalPlaces: integer() | nil, numberFormatType: String.t() | nil, suffix: GoogleApi.GamesConfiguration.V1configuration.Model.GamesNumberAffixConfiguration.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.