Table of Contents

Class Money

Namespace
GoogleMapsApi.Entities.PlacesNew.Response
Assembly
GoogleMapsApi.dll

An amount of money with its currency (Google's google.type.Money).

public sealed class Money
Inheritance
Money
Inherited Members

Properties

CurrencyCode

ISO-4217 currency code.

[JsonPropertyName("currencyCode")]
public string? CurrencyCode { get; set; }

Property Value

string

Nanos

Fractional part of the amount, in nanos (10^-9).

[JsonPropertyName("nanos")]
public int? Nanos { get; set; }

Property Value

int?

Units

Whole units of the amount (sent as a string by the API).

[JsonPropertyName("units")]
public string? Units { get; set; }

Property Value

string