Skip to content

Commit

Permalink
Add invoice display name to customer usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ivannovosad committed Nov 3, 2023
1 parent d87bbb7 commit 36670b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lago_python_client/models/customer_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class Group(BaseModel):
class ChargeObject(BaseModel):
lago_id: str
charge_model: str
invoice_display_name: Optional[str]


class ChargeUsage(BaseModel):
Expand Down

0 comments on commit 36670b4

Please sign in to comment.