units property
- @TagNumber(2)
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);
- @TagNumber(2)
Implementation
@$pb.TagNumber(2)
set units($fixnum.Int64 v) { $_setInt64(1, v); }