Terms
public class Terms : APIModel
Localized data privacy terms. The terms come formatted in multiple ways, which are all equally valid if given. Additional formats might be added in the future.
-
Terms formatted as markdown. Does not contain external resources like images.
Declaration
Swift
public var markdown: String?
-
Undocumented
Declaration
Swift
public init(markdown: String? = nil)
-
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Undocumented
Declaration
Swift
public func isEqual(to object: Any?) -> Bool
-
Declaration
Swift
public static func == (lhs: Terms, rhs: Terms) -> Bool