lastPaymentFailureReason property

  1. @TagNumber(7)
String get lastPaymentFailureReason

Category of the most recent payment failure. One of: card_declined, insufficient_funds, expired_card, incorrect_cvc, incorrect_card_number, authentication_required, processing_error, other. Empty when no failure is recorded. Clients must tolerate unknown values.

Implementation

@$pb.TagNumber(7)
$core.String get lastPaymentFailureReason => $_getSZ(6);
  1. @TagNumber(7)
set lastPaymentFailureReason (String v)

Implementation

@$pb.TagNumber(7)
set lastPaymentFailureReason($core.String v) { $_setString(6, v); }