STPPaymentMethodCardCheckResult
@objc
public enum STPPaymentMethodCardCheckResult : Int
The result of a check on a Card address or CVC.
-
The check passed.
Declaration
Swift
case pass
-
The check failed.
Declaration
Swift
case failed
-
The check is unavailable.
Declaration
Swift
case unavailable
-
The value was not checked.
Declaration
Swift
case unchecked
-
Represents an unknown or null value.
Declaration
Swift
case unknown