outstandingBalance property

  1. @TagNumber(1)
double outstandingBalance

all unpaid balances at the end of the last billing cycle

Implementation

@$pb.TagNumber(1)
$core.double get outstandingBalance => $_getN(0);
  1. @TagNumber(1)
void outstandingBalance=(double v)

Implementation

@$pb.TagNumber(1)
set outstandingBalance($core.double v) { $_setDouble(0, v); }