outstandingBalance property
- @TagNumber(1)
all unpaid balances at the end of the last billing cycle
Implementation
@$pb.TagNumber(1)
$core.double get outstandingBalance => $_getN(0);
- @TagNumber(1)
Implementation
@$pb.TagNumber(1)
set outstandingBalance($core.double v) { $_setDouble(0, v); }