BounceStatus

data class BounceStatus(var paused: Boolean, var bounceType: String)

Represents a bounce status object nested within the profile.

Constructors

Link copied to clipboard
constructor(paused: Boolean, bounceType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard