IsCardDigitizedResult
@objc
public enum IsCardDigitizedResult : Int
Card Digitization Result
-
The current device or an attached device both supports adding this payment card and does not already contain a payment card with the supplied encrypted payload or primary account identifier.
Declaration
Swift
case CardNotDigitized -
The current device or an attached device both contain a payment card with the supplied encrypted payload or primary account identifier.
Declaration
Swift
case CardAlreadyDigitized -
Error while retrieving card digitization result. This Error could be return when one of the following condition is match:
issuerIdfrom config is null or emptyprimaryAccountIdentifierparameter is nullserverHostnamefrom config is null or emptycardparameter is nullFundingCard.schemeis null or emptyFundingCard.encryptedPayloadis null or empty- Server error returns other than
116error
Declaration
Swift
case Error -
String description
Declaration
Swift
public var description: String { get }
IsCardDigitizedResult Enumeration Reference