Skip to content

Commit

Permalink
Update generated code for v1467
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 31, 2025
1 parent efc4aa0 commit 6aa3bb3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1466
v1467
16 changes: 16 additions & 0 deletions src/main/java/com/stripe/model/Charge.java
Original file line number Diff line number Diff line change
Expand Up @@ -1563,6 +1563,14 @@ public static class Card extends StripeObject {
@SerializedName("brand")
String brand;

/**
* The <a href="https://stripe.com/docs/card-product-codes">product code</a> that
* identifies the specific program or product associated with a card. (For internal use
* only and not typically available in standard API requests.)
*/
@SerializedName("brand_product")
String brandProduct;

/**
* Two-letter ISO code representing the country of the card. You could use this attribute
* to get a sense of the international breakdown of cards you've collected.
Expand Down Expand Up @@ -3633,6 +3641,14 @@ public static class Card extends StripeObject {
@SerializedName("brand")
String brand;

/**
* The <a href="https://stripe.com/docs/card-product-codes">product code</a> that
* identifies the specific program or product associated with a card. (For internal use
* only and not typically available in standard API requests.)
*/
@SerializedName("brand_product")
String brandProduct;

/**
* Two-letter ISO code representing the country of the card. You could use this attribute
* to get a sense of the international breakdown of cards you've collected.
Expand Down

0 comments on commit 6aa3bb3

Please sign in to comment.