STPPaymentIntentCaptureMethod
@objc
public enum STPPaymentIntentCaptureMethod : Int
Capture methods for a STPPaymentIntent
-
Unknown capture method
Declaration
Swift
case unknown
-
The PaymentIntent will be automatically captured
Declaration
Swift
case automatic
-
The PaymentIntent must be manually captured once it has the status
STPPaymentIntentStatusRequiresCapture
Declaration
Swift
case manual