BusinessReportInterval
public enum BusinessReportInterval : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case oneDay = "ONE_DAY" -
Undocumented
Declaration
Swift
case oneWeek = "ONE_WEEK" -
Undocumented
Declaration
Swift
case thirtyDays = "THIRTY_DAYS" -
Declaration
Swift
public var description: String { get }
View on GitHub
BusinessReportInterval Enumeration Reference