init(options:)
Creates a payment card reader with the specified options.
Declaration
init(options: PaymentCardReader.Options = .init())Parameters
- options:
The configuration settings for the reader.
Discussion
Keep a strong reference to the returned object for the duration of the reader session.