AccountCaptureNotificationEmailsSentDetails
public class AccountCaptureNotificationEmailsSentDetails : CustomStringConvertible, JSONRepresentable
Sent account capture email to all unmanaged members.
-
Domain name.
Declaration
Swift
public let domainName: String -
Account-capture email notification type.
Declaration
Swift
public let notificationType: TeamLog.AccountCaptureNotificationType? -
Declaration
Swift
public var description: String { get }
View on GitHub
AccountCaptureNotificationEmailsSentDetails Class Reference