voucherStatus property
Obsolete. It was used exclusively for the welcome bonus. We should maybe introduce a new field for a more general voucher status.
Implementation
@$pb.TagNumber(4)
$3.VoucherStatusResponse get voucherStatus => $_getN(3);
Implementation
@$pb.TagNumber(4)
set voucherStatus($3.VoucherStatusResponse value) => $_setField(4, value);