units property

  1. @TagNumber(2)
Int64 units

The whole units of the amount. For example if currencyCode is "USD", then 1 unit is one US dollar.

Implementation

@$pb.TagNumber(2)
$fixnum.Int64 get units => $_getI64(1);
  1. @TagNumber(2)
void units=(Int64 v)

Implementation

@$pb.TagNumber(2)
set units($fixnum.Int64 v) { $_setInt64(1, v); }