Money
class Money extends Message
Properties
string | $currency_code | ||
int | $units | ||
int | $nanos |
Methods
static
descriptor()
No description
boolean
hasCurrencyCode()
Check if
clearCurrencyCode()
Clear
string
getCurrencyCode()
Get
setCurrencyCode(string $value)
Set
boolean
hasUnits()
Check if
clearUnits()
Clear
int
getUnits()
Get
boolean
hasNanos()
Check if
clearNanos()
Clear
int
getNanos()
Get
Details
at line line 23
static
descriptor()
at line line 63
boolean
hasCurrencyCode()
Check if
at line line 72
Money
clearCurrencyCode()
Clear
at line line 81
string
getCurrencyCode()
Get
at line line 91
Money
setCurrencyCode(string $value)
Set
at line line 100
boolean
hasUnits()
Check if
at line line 109
Money
clearUnits()
Clear
at line line 118
int
getUnits()
Get
at line line 128
Money
setUnits(int $value)
Set
at line line 137
boolean
hasNanos()
Check if
at line line 146
Money
clearNanos()
Clear
at line line 155
int
getNanos()
Get
at line line 165
Money
setNanos(int $value)
Set