DerivedCardInfoProtocol
public protocol DerivedCardInfoProtocol
Represents card information derived from the user’s current Primary Account Number (PAN) input value.
-
The US state that issued the EBT card, derived from the Issuer Identification Number (IIN), also known as BIN (Bank Identification Number). The IIN is the first 6 digits of the PAN.
Declaration
Swift
var usState: USState? { get }