SQRDTenderCardDetailsEntryMethod
enum SQRDTenderCardDetailsEntryMethod {}
The entry method used to provide a card’s details.
-
The entry method is unknown.
Declaration
Objective-C
SQRDTenderCardDetailsEntryMethodUnknown = 0Swift
case unknown = 0 -
The card was swiped through a Square Reader or Square Stand.
Declaration
Objective-C
SQRDTenderCardDetailsEntryMethodSwipeSwift
case swipe = 1 -
The card was processed as a chip card transaction (EMV) with a Square Reader.
Declaration
Objective-C
SQRDTenderCardDetailsEntryMethodChipSwift
case chip = 2 -
The card was processed as a contactless transaction (NFC) with a Square Reader.
Declaration
Objective-C
SQRDTenderCardDetailsEntryMethodContactlessSwift
case contactless = 3 -
The card information was typed in manually.
Declaration
Objective-C
SQRDTenderCardDetailsEntryMethodManuallyEnteredSwift
case manuallyEntered = 4
SQRDTenderCardDetailsEntryMethod Enumeration Reference