From 6aa3bb30094617276365c7adfad7c8a17c1ba10f Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 20:15:20 +0000 Subject: [PATCH] Update generated code for v1467 --- OPENAPI_VERSION | 2 +- src/main/java/com/stripe/model/Charge.java | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index bee12faed45..86680d62ca1 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1466 \ No newline at end of file +v1467 \ No newline at end of file diff --git a/src/main/java/com/stripe/model/Charge.java b/src/main/java/com/stripe/model/Charge.java index ff3bdda3b9b..6a6269cb249 100644 --- a/src/main/java/com/stripe/model/Charge.java +++ b/src/main/java/com/stripe/model/Charge.java @@ -1563,6 +1563,14 @@ public static class Card extends StripeObject { @SerializedName("brand") String brand; + /** + * The product code 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. @@ -3633,6 +3641,14 @@ public static class Card extends StripeObject { @SerializedName("brand") String brand; + /** + * The product code 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.