TransactionResult
public enum TransactionResult : UInt8
-
Declaration
Swift
case approved = 0x00
-
Declaration
Swift
case declined = 0x01
-
Declaration
Swift
case aborted = 0x02
-
Declaration
Swift
case voiceAuthorization = 0x03
-
Declaration
Swift
case paymentPartOnly = 0x04
-
Declaration
Swift
case partiallyApproved = 0x05
-
Declaration
Swift
case none = 0x99