status property
The current status of the payment request.
Implementation
@$pb.TagNumber(2)
PaymentRequest_PaymentRequestStatus get status => $_getN(1);
Implementation
@$pb.TagNumber(2)
set status(PaymentRequest_PaymentRequestStatus v) { $_setField(2, v); }