TransStatus
public enum TransStatus : String, Codable, Equatable
Undocumented
-
Undocumented
Declaration
Swift
case authenticationVerificationSuccessful = "Y" -
Undocumented
Declaration
Swift
case notAuthenticatedTransactionDenied = "N" -
Undocumented
Declaration
Swift
case authenticationCouldNotBePerformed = "U" -
Undocumented
Declaration
Swift
case attemptsProcessingPerformed = "A" -
Undocumented
Declaration
Swift
case challengeRequired = "C" -
Undocumented
Declaration
Swift
case decoupledAuthenticationConfirmed = "D" -
Undocumented
Declaration
Swift
case authenticationRejected = "R" -
Undocumented
Declaration
Swift
case informationalOnly = "I" -
Undocumented
Declaration
Swift
case unspecified -
Declaration
Swift
public init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws