Skip to content

Commit

Permalink
Make email optional in CustomerRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
bgervan committed Feb 22, 2024
1 parent 95a7eaa commit 539ea75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle_billing_client/models/customer.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class CustomersResponse(PaddleResponse):


class CustomerRequest(CustomerBase):
pass
email: str | None = None


class CustomerBalancesQueryParams(BaseModel):
Expand Down

0 comments on commit 539ea75

Please sign in to comment.