Skip to content

Commit

Permalink
Update generated code for v608
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Oct 18, 2023
1 parent 299ad46 commit 070f324
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v603
v608
9 changes: 0 additions & 9 deletions stripe/api_resources/payment_intent.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,6 @@ class ConfirmParamsPaymentMethodOptionsCashapp(TypedDict):

class ConfirmParamsPaymentMethodOptionsCardPresent(TypedDict):
request_extended_authorization: NotRequired["bool|None"]
request_incremental_authorization: NotRequired[
"Literal['if_available', 'never']|None"
]
request_incremental_authorization_support: NotRequired["bool|None"]

class ConfirmParamsPaymentMethodOptionsCard(TypedDict):
Expand Down Expand Up @@ -1206,9 +1203,6 @@ class CreateParamsPaymentMethodOptionsCashapp(TypedDict):

class CreateParamsPaymentMethodOptionsCardPresent(TypedDict):
request_extended_authorization: NotRequired["bool|None"]
request_incremental_authorization: NotRequired[
"Literal['if_available', 'never']|None"
]
request_incremental_authorization_support: NotRequired["bool|None"]

class CreateParamsPaymentMethodOptionsCard(TypedDict):
Expand Down Expand Up @@ -2004,9 +1998,6 @@ class ModifyParamsPaymentMethodOptionsCashapp(TypedDict):

class ModifyParamsPaymentMethodOptionsCardPresent(TypedDict):
request_extended_authorization: NotRequired["bool|None"]
request_incremental_authorization: NotRequired[
"Literal['if_available', 'never']|None"
]
request_incremental_authorization_support: NotRequired["bool|None"]

class ModifyParamsPaymentMethodOptionsCard(TypedDict):
Expand Down

0 comments on commit 070f324

Please sign in to comment.