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