Update generated code for v1897 and 2025-07-30.preview

This commit is contained in:
Stripe OpenAPI 2025-08-11 19:25:00 +00:00
parent d865d305b1
commit 3ede61b944
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
v1896
v1897

View File

@ -96,7 +96,7 @@ module Stripe
attr_reader :advice_code
# For charges declined by the network, a 2 digit code which indicates the advice returned by the network on how to proceed with an error.
attr_reader :network_advice_code
# For charges declined by the network, a brand specific alphanumeric code which indicates the reason the authorization failed.
# For charges declined by the network, an alphanumeric code which indicates the reason the charge failed.
attr_reader :network_decline_code
# Possible values are `approved_by_network`, `declined_by_network`, `not_sent_to_network`, and `reversed_after_approval`. The value `reversed_after_approval` indicates the payment was [blocked by Stripe](https://stripe.com/docs/declines#blocked-payments) after bank authorization, and may temporarily appear as "pending" on a cardholder's statement.
attr_reader :network_status

View File

@ -11180,7 +11180,7 @@ module Stripe
# For charges declined by the network, a 2 digit code which indicates the advice returned by the network on how to proceed with an error.
sig { returns(T.nilable(String)) }
attr_reader :network_advice_code
# For charges declined by the network, a brand specific alphanumeric code which indicates the reason the authorization failed.
# For charges declined by the network, an alphanumeric code which indicates the reason the charge failed.
sig { returns(T.nilable(String)) }
attr_reader :network_decline_code
# Possible values are `approved_by_network`, `declined_by_network`, `not_sent_to_network`, and `reversed_after_approval`. The value `reversed_after_approval` indicates the payment was [blocked by Stripe](https://stripe.com/docs/declines#blocked-payments) after bank authorization, and may temporarily appear as "pending" on a cardholder's statement.

View File

@ -111,7 +111,7 @@ module Stripe
# For charges declined by the network, a 2 digit code which indicates the advice returned by the network on how to proceed with an error.
sig { returns(T.nilable(String)) }
attr_reader :network_advice_code
# For charges declined by the network, a brand specific alphanumeric code which indicates the reason the authorization failed.
# For charges declined by the network, an alphanumeric code which indicates the reason the charge failed.
sig { returns(T.nilable(String)) }
attr_reader :network_decline_code
# Possible values are `approved_by_network`, `declined_by_network`, `not_sent_to_network`, and `reversed_after_approval`. The value `reversed_after_approval` indicates the payment was [blocked by Stripe](https://stripe.com/docs/declines#blocked-payments) after bank authorization, and may temporarily appear as "pending" on a cardholder's statement.