totalValueMax property

  1. @TagNumber.new(71)
Int64 get totalValueMax

Stores the maximum value of the credit note (ignored if 0)

Implementation

@$pb.TagNumber(71)
$fixnum.Int64 get totalValueMax => $_getI64(20);
  1. @TagNumber.new(71)
set totalValueMax (Int64 value)

Implementation

@$pb.TagNumber(71)
set totalValueMax($fixnum.Int64 value) => $_setInt64(20, value);