Skip to content

Commit

Permalink
Update generated code for v1525
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Mar 4, 2025
1 parent ceef062 commit 046392d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1523
v1525
12 changes: 8 additions & 4 deletions src/main/java/com/stripe/model/CustomerBalanceTransaction.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,17 @@ public class CustomerBalanceTransaction extends ApiResource
/**
* Transaction type: {@code adjustment}, {@code applied_to_invoice}, {@code credit_note}, {@code
* initial}, {@code invoice_overpaid}, {@code invoice_too_large}, {@code invoice_too_small},
* {@code unspent_receiver_credit}, or {@code unapplied_from_invoice}. See the <a
* {@code unspent_receiver_credit}, {@code unapplied_from_invoice}, {@code
* checkout_session_subscription_payment}, or {@code
* checkout_session_subscription_payment_canceled}. See the <a
* href="https://stripe.com/docs/billing/customer/balance#types">Customer Balance page</a> to
* learn more about transaction types.
*
* <p>One of {@code adjustment}, {@code applied_to_invoice}, {@code credit_note}, {@code initial},
* {@code invoice_overpaid}, {@code invoice_too_large}, {@code invoice_too_small}, {@code
* migration}, {@code unapplied_from_invoice}, or {@code unspent_receiver_credit}.
* <p>One of {@code adjustment}, {@code applied_to_invoice}, {@code
* checkout_session_subscription_payment}, {@code checkout_session_subscription_payment_canceled},
* {@code credit_note}, {@code initial}, {@code invoice_overpaid}, {@code invoice_too_large},
* {@code invoice_too_small}, {@code migration}, {@code unapplied_from_invoice}, or {@code
* unspent_receiver_credit}.
*/
@SerializedName("type")
String type;
Expand Down

0 comments on commit 046392d

Please sign in to comment.