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