Network
public enum Network : Hashable
Valid Credit Card Network options
-
Declaration
Swift
case amex
-
Declaration
Swift
case diners
-
Declaration
Swift
case discover
-
Declaration
Swift
case jcb
-
Declaration
Swift
case mastercard
-
Declaration
Swift
case unionpay
-
Declaration
Swift
case visa
-
Declaration
Swift
case other
-
Backwards compatibility guard for catching new enum values added by the service - check you have the latest version of the SDK
Declaration
Swift
case unknown(String)