Skip to content

Commit

Permalink
Update generated code (#1547)
Browse files Browse the repository at this point in the history
* Update generated code for v301

* Update generated code for v302

---------

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Co-authored-by: anniel-stripe <97691964+anniel-stripe@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] and anniel-stripe committed Apr 20, 2023
1 parent 1d500fc commit 254c8d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v298
v302
4 changes: 2 additions & 2 deletions src/main/java/com/stripe/model/EventDataClassLookup.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import java.util.Map;

/**
* Event data class look up used in {@link EventDataDeserializer}. The key to look up is `object`
* string of the model.
* Event data class look up used in event deserialization. The key to look up is `object` string of
* the model.
*/
final class EventDataClassLookup {
public static final Map<String, Class<? extends StripeObject>> classLookup = new HashMap<>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ public class VerificationSession extends ApiResource
@SerializedName("object")
String object;

/** A set of options for the session’s verification checks. */
@SerializedName("options")
Options options;

Expand Down

0 comments on commit 254c8d4

Please sign in to comment.