isPaymentReceived property

  1. @TagNumber(29)
bool get isPaymentReceived

Implementation

@$pb.TagNumber(29)
$core.bool get isPaymentReceived => $_getBF(28);
  1. @TagNumber(29)
set isPaymentReceived (bool v)

Implementation

@$pb.TagNumber(29)
set isPaymentReceived($core.bool v) { $_setBool(28, v); }