GoogleApi.DisplayVideo.V1.Model.Money (google_api_display_video v0.39.0)
View SourceRepresents an amount of money with its currency type.
Attributes
-
currencyCode(type:String.t, default:nil) - The three-letter currency code defined in ISO 4217. -
nanos(type:integer(), default:nil) - Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. Ifunitsis positive,nanosmust be positive or zero. Ifunitsis zero,nanoscan be positive, zero, or negative. Ifunitsis negative,nanosmust be negative or zero. For example $-1.75 is represented asunits=-1 andnanos=-750,000,000. -
units(type:String.t, default:nil) - The whole units of the amount. For example ifcurrencyCodeis"USD", then 1 unit is one US dollar.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.