STPPaymentMethodThreeDSecureUsage
@interface STPPaymentMethodThreeDSecureUsage
: NSObject <STPAPIResponseDecodable>
Contains details on how an STPPaymentMethodCard
maybe be used for 3D Secure authentication.
-
Unavailable
You cannot directly instantiate an STPPaymentMethodThreeDSecureUsage.
You cannot directly instantiate an
STPPaymentMethodThreeDSecureUsage
.Declaration
Objective-C
- (nonnull instancetype)init;
-
YES
if 3D Secure is supported on this card.Declaration
Objective-C
@property (readonly, nonatomic) BOOL supported;
Swift
var supported: Bool { get }