CardTransaction
-
-
-
The first four digits of the card number
Declaration
Swift
public var first6: String? -
The last four digits of the card number
Declaration
Swift
public var last4: String? -
-
Authorization code (if successful)
Declaration
Swift
public var authCode: String? -
-
-
-
Extra info to be stored as part of gateway/card transaction
Declaration
Swift
public var extra: [String:String]? -
-
-
-
-
-
-
-
-
-
CardTransaction Class Reference