From 4bd39c4c703115b78ce4a4652f44ee7cff68be6a Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:11:30 +0000 Subject: [PATCH] Update generated code for v1273 --- OPENAPI_VERSION | 2 +- lib/UsageRecordSummary.php | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index ae46fe520..35e0f7638 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1272 \ No newline at end of file +v1273 \ No newline at end of file diff --git a/lib/UsageRecordSummary.php b/lib/UsageRecordSummary.php index 174e14e03..d9a983928 100644 --- a/lib/UsageRecordSummary.php +++ b/lib/UsageRecordSummary.php @@ -5,6 +5,8 @@ namespace Stripe; /** + * A usage record summary represents an aggregated view of how much usage was accrued for a subscription item within a subscription billing period. + * * @property string $id Unique identifier for the object. * @property string $object String representing the object's type. Objects of the same type share the same value. * @property null|string $invoice The invoice in which this usage period has been billed for.