SBTransactionEventType
Objective-C
enum SBTransactionEventType : NSUInteger {}
Swift
enum SBTransactionEventType : UInt
Type of Transaction event
-
Transaction status was changed
Declaration
Objective-C
SBTransactionEventTypeStatusUpdateSwift
case statusUpdate = 0 -
Transaction was removed
Declaration
Objective-C
SBTransactionEventTypeRemovedSwift
case removed = 1 -
Transaction expected processing time changed
Declaration
Objective-C
SBTransactionEventTypeExpectedProcessingTimeDidChangeSwift
case expectedProcessingTimeDidChange = 2
SBTransactionEventType Enumeration Reference