SCPCardPresentCaptureMethod
Objective-C
enum SCPCardPresentCaptureMethod : NSUInteger {}
                Swift
enum CardPresentCaptureMethod : UInt, @unchecked Sendable
                Capture Method values that can be used as card-present payment method options.
- 
                  
                  
Use manual_preferred if you prefer manual
capture_methodfor the SCPPaymentIntent’scapture_methodbut support falling back to automatic based on the presented payment method.Declaration
Objective-C
SCPCardPresentCaptureMethodManualPreferredSwift
case manualPreferred = 0 
      SCPCardPresentCaptureMethod Enumeration Reference