You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
from typing import List, Optional
from datetime import datetime
from typing_extensions import Literal
from .._models import BaseModel
from .hold_event import HoldEvent
__all__ = ["Hold"]
class Hold(BaseModel):
"""A hold transaction representing reserved funds on a financial account.
Holds move funds from available to pending balance in anticipation of future payments. They can be resolved via settlement (linked to payment), manual release, or expiration.
"""
token: str
"""Unique identifier for the transaction"""
created: datetime
"""ISO 8601 timestamp of when the transaction was created"""