GracePeriod
public enum GracePeriod : CustomStringConvertible, JSONRepresentable
The GracePeriod union
-
An unspecified error.
Declaration
Swift
case oneDay -
An unspecified error.
Declaration
Swift
case twoDays -
An unspecified error.
Declaration
Swift
case sevenDays -
An unspecified error.
Declaration
Swift
case thirtyDays -
An unspecified error.
Declaration
Swift
case always -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
GracePeriod Enumeration Reference