Skip to content

Commit

Permalink
Update generated code for v545
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Sep 21, 2023
1 parent 9d52d39 commit 4dd1f4b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v542
v545
12 changes: 6 additions & 6 deletions checkout_session.go
Original file line number Diff line number Diff line change
Expand Up @@ -820,19 +820,19 @@ type CheckoutSessionCustomFieldParams struct {

// Custom text that should be displayed alongside shipping address collection.
type CheckoutSessionCustomTextShippingAddressParams struct {
// Text may be up to 1000 characters in length.
// Text may be up to 1200 characters in length.
Message *string `form:"message"`
}

// Custom text that should be displayed alongside the payment confirmation button.
type CheckoutSessionCustomTextSubmitParams struct {
// Text may be up to 1000 characters in length.
// Text may be up to 1200 characters in length.
Message *string `form:"message"`
}

// Custom text that should be displayed in place of the default terms of service agreement text.
type CheckoutSessionCustomTextTermsOfServiceAcceptanceParams struct {
// Text may be up to 1000 characters in length.
// Text may be up to 1200 characters in length.
Message *string `form:"message"`
}

Expand Down Expand Up @@ -1961,19 +1961,19 @@ type CheckoutSessionCustomField struct {

// Custom text that should be displayed alongside shipping address collection.
type CheckoutSessionCustomTextShippingAddress struct {
// Text may be up to 1000 characters in length.
// Text may be up to 1200 characters in length.
Message string `json:"message"`
}

// Custom text that should be displayed alongside the payment confirmation button.
type CheckoutSessionCustomTextSubmit struct {
// Text may be up to 1000 characters in length.
// Text may be up to 1200 characters in length.
Message string `json:"message"`
}

// Custom text that should be displayed in place of the default terms of service agreement text.
type CheckoutSessionCustomTextTermsOfServiceAcceptance struct {
// Text may be up to 1000 characters in length.
// Text may be up to 1200 characters in length.
Message string `json:"message"`
}
type CheckoutSessionCustomText struct {
Expand Down
12 changes: 6 additions & 6 deletions paymentlink.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,19 +256,19 @@ type PaymentLinkCustomFieldParams struct {

// Custom text that should be displayed alongside shipping address collection.
type PaymentLinkCustomTextShippingAddressParams struct {
// Text may be up to 1000 characters in length.
// Text may be up to 1200 characters in length.
Message *string `form:"message"`
}

// Custom text that should be displayed alongside the payment confirmation button.
type PaymentLinkCustomTextSubmitParams struct {
// Text may be up to 1000 characters in length.
// Text may be up to 1200 characters in length.
Message *string `form:"message"`
}

// Custom text that should be displayed in place of the default terms of service agreement text.
type PaymentLinkCustomTextTermsOfServiceAcceptanceParams struct {
// Text may be up to 1000 characters in length.
// Text may be up to 1200 characters in length.
Message *string `form:"message"`
}

Expand Down Expand Up @@ -589,19 +589,19 @@ type PaymentLinkCustomField struct {

// Custom text that should be displayed alongside shipping address collection.
type PaymentLinkCustomTextShippingAddress struct {
// Text may be up to 1000 characters in length.
// Text may be up to 1200 characters in length.
Message string `json:"message"`
}

// Custom text that should be displayed alongside the payment confirmation button.
type PaymentLinkCustomTextSubmit struct {
// Text may be up to 1000 characters in length.
// Text may be up to 1200 characters in length.
Message string `json:"message"`
}

// Custom text that should be displayed in place of the default terms of service agreement text.
type PaymentLinkCustomTextTermsOfServiceAcceptance struct {
// Text may be up to 1000 characters in length.
// Text may be up to 1200 characters in length.
Message string `json:"message"`
}
type PaymentLinkCustomText struct {
Expand Down

0 comments on commit 4dd1f4b

Please sign in to comment.