SCPAadeUnboundPosReason
Objective-C
enum SCPAadeUnboundPosReason : NSUInteger {}
Swift
enum AadeUnboundPosReason : UInt, @unchecked Sendable
The reason the POS system is operating in autonomous (unbound) mode.
-
The POS lost connectivity to the e-invoicing provider.
Declaration
Objective-C
SCPAadeUnboundPosReasonInterconnectionLossSwift
case interconnectionLoss = 0 -
The POS is operating as a replacement cash register system.
Declaration
Objective-C
SCPAadeUnboundPosReasonReplacementCashSystemSwift
case replacementCashSystem = 1 -
The POS is locked and operating offline.
Declaration
Objective-C
SCPAadeUnboundPosReasonLockSwift
case lock = 2