Skip to content

Commit

Permalink
Update generated code for v1278
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Oct 8, 2024
1 parent f64e2d2 commit 8d5df6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1277
v1278
6 changes: 5 additions & 1 deletion stripe/forwarding/_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from stripe._listable_api_resource import ListableAPIResource
from stripe._request_options import RequestOptions
from stripe._stripe_object import StripeObject
from typing import ClassVar, List, Optional, cast
from typing import ClassVar, Dict, List, Optional, cast
from typing_extensions import Literal, NotRequired, TypedDict, Unpack


Expand Down Expand Up @@ -197,6 +197,10 @@ class RetrieveParams(RequestOptions):
"""
Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
"""
metadata: Optional[Dict[str, str]]
"""
Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
"""
object: Literal["forwarding.request"]
"""
String representing the object's type. Objects of the same type share the same value.
Expand Down

0 comments on commit 8d5df6e

Please sign in to comment.