diff --git a/app/v1/billing.pb.go b/app/v1/billing.pb.go index 26fcf79a2..7f33c206b 100644 --- a/app/v1/billing.pb.go +++ b/app/v1/billing.pb.go @@ -257,8 +257,8 @@ type InvoiceSummary struct { PaidDate *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=paid_date,json=paidDate,proto3" json:"paid_date,omitempty"` // Category of the most recent payment failure. One of: card_declined, // insufficient_funds, expired_card, incorrect_cvc, incorrect_card_number, - // authentication_required, fraud_suspected, processing_error, other. - // Empty when no failure is recorded. Clients must tolerate unknown values. + // authentication_required, processing_error, other. Empty when no failure + // is recorded. Clients must tolerate unknown values. LastPaymentFailureReason string `protobuf:"bytes,7,opt,name=last_payment_failure_reason,json=lastPaymentFailureReason,proto3" json:"last_payment_failure_reason,omitempty"` // Time of the most recent payment failure. Empty when no failure recorded. LastPaymentFailureAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=last_payment_failure_at,json=lastPaymentFailureAt,proto3" json:"last_payment_failure_at,omitempty"` diff --git a/proto/viam/app/v1/billing.proto b/proto/viam/app/v1/billing.proto index 03849e2dd..07e04c4df 100644 --- a/proto/viam/app/v1/billing.proto +++ b/proto/viam/app/v1/billing.proto @@ -41,8 +41,8 @@ message InvoiceSummary { // Category of the most recent payment failure. One of: card_declined, // insufficient_funds, expired_card, incorrect_cvc, incorrect_card_number, - // authentication_required, fraud_suspected, processing_error, other. - // Empty when no failure is recorded. Clients must tolerate unknown values. + // authentication_required, processing_error, other. Empty when no failure + // is recorded. Clients must tolerate unknown values. string last_payment_failure_reason = 7; // Time of the most recent payment failure. Empty when no failure recorded.