diff --git a/lago_python_client/models/invoice.py b/lago_python_client/models/invoice.py index 78cc040e..9f78cdab 100644 --- a/lago_python_client/models/invoice.py +++ b/lago_python_client/models/invoice.py @@ -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] diff --git a/lago_python_client/models/payment_request.py b/lago_python_client/models/payment_request.py index 12731549..1671d70e 100644 --- a/lago_python_client/models/payment_request.py +++ b/lago_python_client/models/payment_request.py @@ -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):