We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UpdateCheckoutSessionParams
1 parent 73033d9 commit 3339a5bCopy full SHA for 3339a5b
1 file changed
checkout_session.go
@@ -97,15 +97,6 @@ type CreateCheckoutSessionParams struct {
97
Events []EventType `form:"events"`
98
}
99
100
-// UpdateCheckoutSessionParams represents the available [ServiceCheckoutSessions.Update] parameters.
101
-//
102
-// API reference: https://docs.payrexhq.com/docs/api/checkout_sessions/update
103
-type UpdateCheckoutSessionParams struct {
104
- URL *string `form:"url"`
105
- Description *string `form:"description"`
106
- Events *[]EventType `form:"events"`
107
-}
108
-
109
// ListCheckoutSessionsParams represents the available [ServiceCheckoutSessions.List] parameters.
110
type ListCheckoutSessionsParams struct {
111
Limit *int `form:"int"`
0 commit comments