Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lago_python_client/models/invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ class InvoiceResponse(BaseResponseModel):
prepaid_purchased_credit_amount_cents: Optional[int]

file_url: Optional[str]
web_url: Optional[str]
customer: Optional[CustomerResponse]
billing_periods: Optional[BillingPeriodsResponse]
subscriptions: Optional[SubscriptionsResponse]
Expand Down
1 change: 1 addition & 0 deletions lago_python_client/models/payment_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class PaymentRequestInvoiceResponse(BaseResponseModel):
total_amount_cents: int
prepaid_credit_amount_cents: int
file_url: Optional[str]
web_url: Optional[str]


class PaymentRequestInvoicesResponse(BaseResponseModel):
Expand Down
Loading