Skip to content

Commit

Permalink
Update generated code for v1267 (#1869)
Browse files Browse the repository at this point in the history
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Sep 18, 2024
1 parent 7f8b0e7 commit 3c0c87d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1266
v1267
4 changes: 2 additions & 2 deletions src/main/java/com/stripe/model/treasury/ReceivedDebit.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
* <p>One of {@code account_closed}, {@code account_frozen}, {@code insufficient_funds}, or {@code
* other}.
* <p>One of {@code account_closed}, {@code account_frozen}, {@code insufficient_funds}, {@code
* international_transaction}, or {@code other}.
*/
@SerializedName("failure_code")
String failureCode;
Expand Down

0 comments on commit 3c0c87d

Please sign in to comment.