Interface protos.google.type.IMoney (2.2.7)

Properties of a Money.

Package

@google-cloud/billing!

Properties

currencyCode

currencyCode?: (string|null);

Money currencyCode

Property Value
Type Description
(string|null)

nanos

nanos?: (number|null);

Money nanos

Property Value
Type Description
(number|null)

units

units?: (number|Long|string|null);

Money units

Property Value
Type Description
(number|Long|string|null)