hasAutomaticPricing property

  1. @TagNumber.new(14)
BoolValue get hasAutomaticPricing

Implementation

@$pb.TagNumber(14)
$1.BoolValue get hasAutomaticPricing => $_getN(13);
  1. @TagNumber.new(14)
set hasAutomaticPricing (BoolValue value)

Implementation

@$pb.TagNumber(14)
set hasAutomaticPricing($1.BoolValue value) => $_setField(14, value);