Skip to content

PriceAlertResponseDTO

stonepy.models.PriceAlertResponseDTO.PriceAlertResponseDTO

Bases: ResponseModel

Response from a Get (Price Alerts) request containing the list of price alerts for the client account.

price_alerts class-attribute instance-attribute

price_alerts: list[AlertDTO] | None = Field(
    default=None, alias="PriceAlerts"
)

List of all price alerts for the user.