totalValue property
Stores the total value of the credit note (as a double, which requires no adjustments)
Implementation
@$pb.TagNumber(20)
$core.double get totalValue => $_getN(16);
Implementation
@$pb.TagNumber(20)
set totalValue($core.double value) => $_setDouble(16, value);