CVVResult
public enum CVVResult : String, Codable, Sendable, CaseIterable
CVV results.
-
Match
Declaration
Swift
case codeM = "M" -
No Match
Declaration
Swift
case codeN = "N" -
Not Processed
Declaration
Swift
case codeP = "P" -
Not Supported
Declaration
Swift
case codeS = "S" -
Service Not Available
Declaration
Swift
case codeU = "U" -
No CVC/CVV/CVV2/CID Response Data Available
Declaration
Swift
case codeX = "X" -
No CVC/CVV/CVV2/CID Response Data Available
Declaration
Swift
case empty = ""
View on GitHub