Skip to content

Commit

Permalink
Update generated code for v1273
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Oct 7, 2024
1 parent 6318714 commit 570833d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1272
v1273
4 changes: 4 additions & 0 deletions stripe/_usage_record_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@


class UsageRecordSummary(StripeObject):
"""
A usage record summary represents an aggregated view of how much usage was accrued for a subscription item within a subscription billing period.
"""

OBJECT_NAME: ClassVar[Literal["usage_record_summary"]] = (
"usage_record_summary"
)
Expand Down

0 comments on commit 570833d

Please sign in to comment.