STPPaymentMethodThreeDSecureUsage
public class STPPaymentMethodThreeDSecureUsage : NSObject, STPAPIResponseDecodable
Contains details on how an STPPaymentMethodCard
maybe be used for 3D Secure authentication.
-
YES
if 3D Secure is supported on this card.Declaration
Swift
@objc public private(set) var supported: Bool { get }
-
Declaration
Swift
private(set) public var allResponseFields: [AnyHashable : Any] { get }
-
Declaration
Swift
@objc public class func decodedObject(fromAPIResponse response: [AnyHashable : Any]?) -> `Self`?