lastPaymentFailureAt property

  1. @TagNumber(8)
Timestamp get lastPaymentFailureAt

Time of the most recent payment failure. Empty when no failure recorded.

Implementation

@$pb.TagNumber(8)
$50.Timestamp get lastPaymentFailureAt => $_getN(7);
  1. @TagNumber(8)
set lastPaymentFailureAt (Timestamp v)

Implementation

@$pb.TagNumber(8)
set lastPaymentFailureAt($50.Timestamp v) { setField(8, v); }