totalValueMin property

  1. @TagNumber.new(70)
Int64 get totalValueMin

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

Implementation

@$pb.TagNumber(70)
$fixnum.Int64 get totalValueMin => $_getI64(19);
  1. @TagNumber.new(70)
set totalValueMin (Int64 value)

Implementation

@$pb.TagNumber(70)
set totalValueMin($fixnum.Int64 value) => $_setInt64(19, value);