File tree Expand file tree Collapse file tree 4 files changed +25
-1
lines changed
Expand file tree Collapse file tree 4 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 103
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-d4f03b16daf0bae33be634c959dafb0e21b0bcb156beb162f8235394dca88e7c .yml
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-c8fc7d0bf70bf7ed91a141f346a02929e4d25a6fac7b59f58b68136ed6ff024f .yml
Original file line number Diff line number Diff line change @@ -621,6 +621,9 @@ class LineItem(BaseModel):
621621 end_date : datetime
622622 """The end date of the range of time applied for this line item's price."""
623623
624+ filter : Optional [str ] = None
625+ """An additional filter that was used to calculate the usage for this line item."""
626+
624627 grouping : Optional [str ] = None
625628 """
626629 [DEPRECATED] For configured prices that are split by a grouping key, this will
@@ -681,6 +684,11 @@ class LineItem(BaseModel):
681684 Empty if no tax integration is configured.
682685 """
683686
687+ usage_customer_ids : Optional [List [str ]] = None
688+ """
689+ A list of customer ids that were used to calculate the usage for this line item.
690+ """
691+
684692
685693class Maximum (BaseModel ):
686694 applies_to_price_ids : List [str ]
Original file line number Diff line number Diff line change @@ -621,6 +621,9 @@ class LineItem(BaseModel):
621621 end_date : datetime
622622 """The end date of the range of time applied for this line item's price."""
623623
624+ filter : Optional [str ] = None
625+ """An additional filter that was used to calculate the usage for this line item."""
626+
624627 grouping : Optional [str ] = None
625628 """
626629 [DEPRECATED] For configured prices that are split by a grouping key, this will
@@ -681,6 +684,11 @@ class LineItem(BaseModel):
681684 Empty if no tax integration is configured.
682685 """
683686
687+ usage_customer_ids : Optional [List [str ]] = None
688+ """
689+ A list of customer ids that were used to calculate the usage for this line item.
690+ """
691+
684692
685693class Maximum (BaseModel ):
686694 applies_to_price_ids : List [str ]
Original file line number Diff line number Diff line change @@ -325,6 +325,9 @@ class InvoiceLineItemCreateResponse(BaseModel):
325325 end_date : datetime
326326 """The end date of the range of time applied for this line item's price."""
327327
328+ filter : Optional [str ] = None
329+ """An additional filter that was used to calculate the usage for this line item."""
330+
328331 grouping : Optional [str ] = None
329332 """
330333 [DEPRECATED] For configured prices that are split by a grouping key, this will
@@ -384,3 +387,8 @@ class InvoiceLineItemCreateResponse(BaseModel):
384387
385388 Empty if no tax integration is configured.
386389 """
390+
391+ usage_customer_ids : Optional [List [str ]] = None
392+ """
393+ A list of customer ids that were used to calculate the usage for this line item.
394+ """
You can’t perform that action at this time.
0 commit comments