BusinessReportFormat
public enum BusinessReportFormat : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case csv = "CSV"
-
Undocumented
Declaration
Swift
case csvZip = "CSV_ZIP"
-
Declaration
Swift
public var description: String { get }