Skip to content

Commit

Permalink
Update generated code for v774
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jan 22, 2024
1 parent 408fa4b commit 473e2e4
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 @@
v773
v774
4 changes: 2 additions & 2 deletions customersession.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ type CustomerSessionComponentsPricingTableParams struct {
Enabled *bool `form:"enabled"`
}

// Configuration for each component. 1 component must be enabled.
// Configuration for each component. Exactly 1 component must be enabled.
type CustomerSessionComponentsParams struct {
// Configuration for buy button.
BuyButton *CustomerSessionComponentsBuyButtonParams `form:"buy_button"`
Expand All @@ -87,7 +87,7 @@ type CustomerSessionComponentsParams struct {
// Creates a customer session object that includes a single-use client secret that you can use on your front-end to grant client-side API access for certain customer resources.
type CustomerSessionParams struct {
Params `form:"*"`
// Configuration for each component. 1 component must be enabled.
// Configuration for each component. Exactly 1 component must be enabled.
Components *CustomerSessionComponentsParams `form:"components"`
// The ID of an existing customer for which to create the customer session.
Customer *string `form:"customer"`
Expand Down

0 comments on commit 473e2e4

Please sign in to comment.