InputMethod
public enum InputMethod : Sendable, CaseIterable
InputMethod contains the input method used to capture the card information.
-
Card details were provided through the bank app.
Declaration
Swift
case bankApp -
Card details were already on file.
Declaration
Swift
case onFile -
Card details were provided via manual input.
Declaration
Swift
case manual -
Card details were provided via Optical Character Recognition.
Declaration
Swift
case ocr
InputMethod Enumeration Reference