diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 1f205edf7b1..5f5b311191b 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1266 \ No newline at end of file +v1267 \ No newline at end of file diff --git a/src/main/java/com/stripe/model/treasury/ReceivedDebit.java b/src/main/java/com/stripe/model/treasury/ReceivedDebit.java index 06a973084cf..38b80881d4b 100644 --- a/src/main/java/com/stripe/model/treasury/ReceivedDebit.java +++ b/src/main/java/com/stripe/model/treasury/ReceivedDebit.java @@ -53,8 +53,8 @@ public class ReceivedDebit extends ApiResource implements HasId { * Reason for the failure. A ReceivedDebit might fail because the FinancialAccount doesn't have * sufficient funds, is closed, or is frozen. * - *

One of {@code account_closed}, {@code account_frozen}, {@code insufficient_funds}, or {@code - * other}. + *

One of {@code account_closed}, {@code account_frozen}, {@code insufficient_funds}, {@code + * international_transaction}, or {@code other}. */ @SerializedName("failure_code") String failureCode;