SCPCardPresentRouting
Objective-C
enum SCPCardPresentRouting : NSUInteger {}
Swift
enum CardPresentRouting : UInt, @unchecked Sendable
Network routing priority on co-branded EMV cards supporting domestic debit and international card schemes.
-
Prioritize domestic debit network routing on payment method collection.
Declaration
Objective-C
SCPCardPresentRoutingDomestic
Swift
case domestic = 0
-
Prioritize international network routing on payment method collection.
Declaration
Objective-C
SCPCardPresentRoutingInternational
Swift
case international = 1