google_api_games_configuration v0.7.1 GoogleApi.GamesConfiguration.V1configuration.Model.GamesNumberFormatConfiguration View Source
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 a href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals" plural rules</a> as all Android string resources.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.GamesConfiguration.V1configuration.Model.GamesNumberFormatConfiguration{
currencyCode: String.t(),
numDecimalPlaces: integer(),
numberFormatType: String.t(),
suffix:
GoogleApi.GamesConfiguration.V1configuration.Model.GamesNumberAffixConfiguration.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.