AccountCaptureNotificationType
public enum AccountCaptureNotificationType : CustomStringConvertible, JSONRepresentable
The AccountCaptureNotificationType union
-
An unspecified error.
Declaration
Swift
case actionableNotification -
An unspecified error.
Declaration
Swift
case proactiveWarningNotification -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
AccountCaptureNotificationType Enumeration Reference