AVSCheckResult
@objc
public enum AVSCheckResult : Int, Codable
The AVS check result type.
-
Undocumented
Declaration
Swift
case matched = 0
-
Undocumented
Declaration
Swift
case notMatched
-
Undocumented
Declaration
Swift
case notChecked
-
Used to parse the request to the server.
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Used to parse the response from the server.
Declaration
Swift
public init(from decoder: Decoder) throws