lastPaymentFailureReason property
- @TagNumber(7)
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);
- @TagNumber(7)
Implementation
@$pb.TagNumber(7)
set lastPaymentFailureReason($core.String v) { $_setString(6, v); }