Skip to content
Merged
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
2 changes: 1 addition & 1 deletion src/increase/types/physical_card.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class PhysicalCard(BaseModel):
card_id: str
"""The identifier for the Card this Physical Card represents."""

cardholder: Optional[Cardholder] = None
cardholder: Cardholder
"""Details about the cardholder, as it appears on the printed card."""

created_at: datetime
Expand Down