BounceStatus
public struct BounceStatus : Equatable, Hashable
extension BounceStatus: Sendable
Represents a bounce status object nested within the profile.
-
Declaration
Swift
public var paused: Bool -
Declaration
Swift
public var bounceType: String -
Declaration
Swift
public init(paused: Bool, bounceType: String)