confirmation property

  1. @TagNumber(12)
String get confirmation

Implementation

@$pb.TagNumber(12)
$core.String get confirmation => $_getSZ(11);
  1. @TagNumber(12)
set confirmation (String v)

Implementation

@$pb.TagNumber(12)
set confirmation($core.String v) { $_setString(11, v); }