diff --git a/src/Stripe.net/Entities/StripeError.cs b/src/Stripe.net/Entities/StripeError.cs index 3224224865..9c7e1320e0 100644 --- a/src/Stripe.net/Entities/StripeError.cs +++ b/src/Stripe.net/Entities/StripeError.cs @@ -85,9 +85,8 @@ public class StripeError : StripeEntity public IPaymentSource Source { get; set; } /// - /// The type of error returned. One of api_connection_error, api_error, - /// authentication_error, card_error, idempotency_error, - /// invalid_request_error, or rate_limit_error. + /// The type of error returned. One of api_error, card_error, + /// idempotency_error, or invalid_request_error. /// [JsonProperty("type")] public string Type { get; set; }