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
public const FIELD_DELETE_DAYS_AFTER_LAST_MODIFICATION = 'deleteDaysAfterLastModification';
/**
* <p>Value to set. If not provided, the default value for this field configured in <a href="ctp:api:type:ShoppingListsConfiguration">Project settings</a> is assigned.</p>
*
* @return null|int
*/
public function getDeleteDaysAfterLastModification();
/**
* @param ?int $deleteDaysAfterLastModification
*/
public function setDeleteDaysAfterLastModification(?int $deleteDaysAfterLastModification): void;