getAmountNanos() method

Syntax

Integer getAmountNanos ()

Returns

the fee amount's fraction; may be null

Usage

Returns the fraction part of the fee amount.

For the two values

amount

and

fraction

, the following equation is valid:

fee = amount + fraction * 10<sup>-9</sup>

the fee amount's fraction; may be null