ActivityType
public enum ActivityType : String, Codable
Type of a credit card activity
-
A transaction which has been posted
Declaration
Swift
case transaction = "TRANS"
-
A pre authorization which has not been posted
Declaration
Swift
case authorization = "AUTH"